This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Signal 11 when compiling at -O2


The attached code results in a Signal 11 when compiled at -O2,
it passes at -O1.
It faults in verify_dominator() in loop.c at line 2559 because
JUMP_LABEL returns 0.

Could somebody please verify that this isn't just my egcs version
failing ?

This is the CVS version from 3rd April, compiled with
-O2 --mcpu=k6 --march=k6 -fschedule-insns2

here's the output from --verbose:
Reading specs from /usr/lib/gcc-lib/k6-pc-linux-gnu/egcs-2.93.14/specs
gcc version egcs-2.93.14 19990403 (gcc2 ss-980929 experimental)
 /usr/lib/gcc-lib/k6-pc-linux-gnu/egcs-2.93.14/cpp -lang-c -v
-I/usr/src/linux/include -undef -D__GNUC__=2 -D__GNUC_MINOR__=93
-D__ELF__ -Dunix -D__i386__ -Dlinux -D__ELF__ -D__unix__ -D__i386__
-D__linux__ -D__unix -D__linux -Asystem(posix) -D__OPTIMIZE__ -Wall
-Wstrict-prototypes -Wno-trigraphs -Acpu(i386) -Amachine(i386) -Di386
-D__i386 -D__i386__ -Di586 -Dk6 -D__i586 -D__i586__ -D__k6 -D__k6__
-D__KERNEL__ -D__SMP__ -DCPU=586 -DMODULE isdnl2.c -o isdnl2.i
cpp: GNU CPP version egcs-2.93.14 19990403 (gcc2 ss-980929
experimental) (i386 Linux/ELF)
#include "..." search starts here:
#include <...> search starts here:
 /usr/src/linux/include
 /usr/local/include
 /usr/k6-pc-linux-gnu/include
 /usr/lib/gcc-lib/k6-pc-linux-gnu/egcs-2.93.14/include
 /usr/include
End of search list.


Philipp Thomas

-- 
caffeine low .... brain halted

isdnl2.i.bz2


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]