This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal compiler error 980331
- To: egcs-bugs at cygnus dot com
- Subject: Internal compiler error 980331
- From: Felix von Leitner <leitner at math dot fu-berlin dot de>
- Date: Tue, 23 Jun 1998 20:55:53 +0200
g++ -c -I/usr/src/kde/qt-1.39-19980616/include -I/usr/X11R6/include -O2 -fno-strength-reduce -fPIC -o widgets/moc_qscrollview.o widgets/moc_qscrollview.cpp
[...]
widgets/moc_qscrollview.cpp: In method `void QScrollView::initMetaObject()':
widgets/moc_qscrollview.cpp:48: Internal compiler error 980331.
widgets/moc_qscrollview.cpp:48: Please submit a full bug report to `egcs-bugs@cy
This is compiling qt-1.39-19980616 on the Alpha EV56 with egcs-2.91.42
19980621 and a CVS libc snapshot from today. I had to compile egcs with
a previous egcs, as that is the only reliable egcs I have, and it
compiled my userland quite successfully, only the C++ part seems flawed.
I just removed the -fno-strength-reduce, it still fails.
Disabling the optimizer alltogether allows that file to compile.
Felix