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]

EGCS Bug


I was compiling klyx, when EGCS asked me to submit a bug report:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt -I/usr/X11R6/include -I../images  -O2 -Wall -c insetlatexaccent.C
insetlatexaccent.C: In function `const class type_info & __tf16InsetLatexAccent()':
insetlatexaccent.C:653: Internal compiler error.
insetlatexaccent.C:653: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[2]: *** [insetlatexaccent.o] Error 1
make[2]: Leaving directory `/root/klyx-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/klyx-0.9.6'
make: *** [all-recursive-am] Error 2   

I'm using gcc version egcs-2.90.29 980515 (egcs-1.0.3 release) on top of 
Debian 2.0.

The source to klyx is available off of ftp.kde.org. 

I tried compiling again, and it compiled insetlatexaccent without problems, but
gave the same error on another file:

g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/include/qt -I/usr/X11R6/include -I../images  -O2 -Wall -c insetquotes.C
Bullet.h: In function `const class type_info & __tf11InsetQuotes()':
Bullet.h:270: Internal compiler error.
Bullet.h:270: Please submit a full bug report to `egcs-bugs@cygnus.com'.
make[2]: *** [insetquotes.o] Error 1
make[2]: Leaving directory `/root/klyx-0.9.6/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/klyx-0.9.6'
make: *** [all-recursive-am] Error 2  

It continued like that for a while (each time I would remake, it would work 
it's way though another file and stop somewhere else).

I'm still compiling, so I'm not sure if the finished product will work.

Piotr



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