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]

Internal compiler error 980331


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


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