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]

ICE 980331


Hi,

while compiling the latest Qt snapshot the following (new) bug showed up:

g++ -c -I/usr/src/redhat/BUILD/qt-1.39-19980611/include -I/usr/X11R6/include -O2
-save-temps -fPIC -o dialogs/moc_qfiledlg.o dialogs/moc_qfiledlg.cpp

/usr/src/redhat/BUILD/qt-1.39-19980611/include/qdir.h: In method `const char * QDir::name
Filter() const':
In file included from dialogs/qfiledlg.h:35,
                 from dialogs/moc_qfiledlg.cpp:16:
/usr/src/redhat/BUILD/qt-1.39-19980611/include/qdir.h:175: warning: choosing `QString::op
erator const char *() const' over `QArrayT<char>::operator const char *<char>() const'
/usr/src/redhat/BUILD/qt-1.39-19980611/include/qdir.h:175: warning:   for conversion from
 `const QString' to `const char *'
/usr/src/redhat/BUILD/qt-1.39-19980611/include/qdir.h:175: warning:   because conversion
sequence for the argument is better
dialogs/moc_qfiledlg.cpp: In method `void QFileDialog::initMetaObject()':
dialogs/moc_qfiledlg.cpp:71: Internal compiler error 980331.
dialogs/moc_qfiledlg.cpp:71: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[1]: *** [dialogs/moc_qfiledlg.o] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/qt-1.39-19980611/src'
make: *** [src] Error 2

I have attached the gzipped .ii file

Franz.

moc_qfiledlg.ii.gz


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