This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: g++ catches 13th signal
> Happens when I try to compile src/widgets/qmenubar.cpp from qt-2.1-beta
> (qt-copy from kde2 cvs) with -O3 switch. It doesn't happen when I'm
> compiling w/ -O2 or lower.
How many different versions of qmenubar are there? This is one of the
most frequently reported bugs, yet I could reproduce this instance.
Witness
http://gcc.gnu.org/ml/gcc-bugs/2000-01/msg00208.html
2.95.2 -O crashes in calculateRects, line 586
http://gcc.gnu.org/ml/gcc-bugs/1999-12n/msg00586.html
-O2 -fno-strength-reduce -fPIC crashes in line 599
http://gcc.gnu.org/ml/gcc-bugs/1999-11n/msg00761.html
2.95.2 -O2 -fPIC crashes in line 44(!)
no crash with -O3 -fPIC
http://gcc.gnu.org/ml/gcc-bugs/1999-11n/msg00196.html
2.95.2 -O2 -fno-strength-reduce -fPIC crashes in line 541
2.95.1 worked fine
http://gcc.gnu.org/ml/gcc-bugs/1999-10n/msg00226.html
2.95.1 -O2 -fno-strength-reduce -fPIC crashes in line 541(!)
and there are much much more reports - yet I cannot reproduce them at
all. Can you please try to reproduce your specific problem on a
different machine?
Thanks,
Martin