pgcc/egcs 970821 problem

Bernhard Rosenkraenzer bero@in-trier.de
Thu Sep 4 08:01:00 GMT 1997


Hello,
I've tried to compile the qt library
( ftp://ftp.troll.no/qt/source/qt-1.21.tar.gz ) with the 970821 snapshots of
egcs and pgcc - both produced the same error:

gcc -I/usr2/src/qt-1.21/include -c -O2 -mamdk5 -s -fomit-frame-pointer
-fno-strength-reduce -Wall -W -I/usr/X11R6/include -fPIC qapp_x11.cpp
qwidget.h: In method `QWidget::QWidget(const class QWidget &)':
In file included from qapp.h:23,
                 from qapp_x11.cpp:28:
qwidget.h:297: warning: base class `class QObject' should be explicitly
initialized in the copy constructor
qapp.h: In method `QApplication::QApplication(const class QApplication
&)':
In file included from qapp_x11.cpp:28:
qapp.h:144: warning: base class `class QObject' should be explicitly
initialized in the copy constructor
/usr2/src/qt-1.21/include/qfile.h: In method `QFile::QFile(const class
QFile &)':
In file included from qapp_x11.cpp:49:
/usr2/src/qt-1.21/include/qfile.h:75: warning: base class `class
QIODevice' should be explicitly initialized in the copy constructor
qapp_x11.cpp: In method `bool QApplication::processNextEvent(bool)':
qapp_x11.cpp:1507: Internal compiler error.
qapp_x11.cpp:1507: Please submit a full bug report to
`egcs-bugs@cygnus.com'.
make[2]: *** [qapp_x11.o] Error 1
make[2]: Leaving directory `/usr2/src/qt-1.21/src/kernel'


gcc 2.7.2.3 compiles it without problems.

LLaP
bero






More information about the Gcc-bugs mailing list