egcs complains of internal compiler error making qt snapshot

F. D. Jones mrj@magicnet.net
Mon May 31 21:06:00 GMT 1999


On Sat, 29 May 1999, Alexandre Oliva wrote:
> Please do.  We really need the preprocessed source code.

	Ok - I reran the compile with 

c++ -v --save-temps -c -I/usr/local/tmp/qt-public-cvs/include
-I/usr/X11R6/include -pipe -DNO_DEBUG -O2 -DNO_DEBUG -O2 -fPIC
-I3rdparty/libpng -I3rdparty/zlib -o widgets/qlistview.o
widgets/qlistview.cpp
	
	Attached is qlistview.ii.gz - the .s file made the total size > 100k. 
If you would like it, or the .cpp and .h files, let me know and I'll
send them in a second message.


fyi - egcs c++ reported an internal compiler error. 
fdj

System intel celeron 300a, 128M sdram
running Vanilla RedHat 6.0 
kernel 2.2.5 (rpm kernel-2.2.5-15)

g++ --version
egcs-2.91.66


rpm -q egcs
egcs-1.1.2-12

retrieved qt-snapshot from ftp.troll.no/qt/snapshots
gzip -dc
/home/ftp/pub/incoming/kde/qt-2.00beta-snapshot-19990528.tar.gz | tar
-xvf -

export QTDIR=$PWD
edited src/kernel/qt_gif.h
changed this from 0 to 1: #define QT_BUILTIN_GIF_READER 1

make clean
make linux-g++-shared (also tried make linux-g++-static)
make

g++ -c -I/usr/local/tmp/qt-public-cvs/include -I/usr/X11R6/include
-pipe -DNO_DEBUG -O2 -DNO_DEBUG -O2 -fPIC -I3rdparty/libpng
-I3rdparty/zlib -o widgets/qlistview.o widgets/qlistview.cpp
widgets/qlistview.cpp: In method `void QListView::keyPressEvent(class
QKeyEvent *)': widgets/qlistview.cpp:2902: Internal compiler error.
widgets/qlistview.cpp:2902: Please submit a full bug report to
`egcs-bugs@egcs.cygnus.com'. widgets/qlistview.cpp:2902: See
<URL: http://egcs.cygnus.com/faq.html#bugreport > for details. cpp:
output pipe has been closed make[1]: *** [widgets/qlistview.o] Error 1
make[1]: Leaving directory `/usr/local/tmp/qt-public-cvs/src' make: ***
[src] Error 2
qlistview.ii.gz

-------------- next part --------------
A non-text attachment was scrubbed...
Name: qlistview.ii.gz
Type: application/x-gzip
Size: 65477 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-bugs/attachments/19990531/fcdc5ad3/attachment.bin>


More information about the Gcc-bugs mailing list