Bug#576198: gcc-4.4: ICE on ia64: in insert_in_history_vect, at sel-sched-ir.c:1514
Package: gcc-4.4
Version: 4.4.3-3
Severity: important
Hello,
pymol 1.2r2-1 FTBFS on ia64 with ICE:
https://buildd.debian.org/fetch.cgi?pkg=pymol&arch=ia64&ver=1.2r2-1&stamp=1268143067&file=log
I attached the preprocessed source of the affected file.
$ gcc-4.4 -pthread -fno-strict-aliasing -fwrapv -g -fPIC -ffast-math -funroll-loops -O3 -c RepCylBond.i
layer2/RepCylBond.c: In function ‘RepCylinderBox’:
layer2/RepCylBond.c:2154: internal compiler error: in insert_in_history_vect, at sel-sched-ir.c:1514
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.4/README.Bugs> for instructions.
The problem goes away when one switches to gcc-4.3 or use -O2 instead of
-O3.