This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
ice in __tcf_0() with cvs gcc/g++
- To: gcc-bugs at gcc dot gnu dot org
- Subject: ice in __tcf_0() with cvs gcc/g++
- From: larsbj at lyx dot org (Lars Gullik Bjønnes)
- Date: 12 Jul 2000 19:13:32 +0200
gcc version 2.96 20000712 (experimental)
GNU CPP version 2.96 20000712 (experimental) (cpplib)
(i386 Linux/ELF)
g++ -DHAVE_CONFIG_H -I. -I../../src -I. -I../../images -I.. -I../.. -isystem/usr/X11R6/include -v --save-temps -g -fhonor-std -c ../../src/lyxfunc.C
/usr/local/lib/gcc-lib/i586-pc-linux/2.96/cc1plus lyxfunc.ii -quiet -dumpbase lyxfunc.cc -g -version -fhonor-std -o lyxfunc.s
GNU C++ version 2.96 20000712 (experimental) (i586-pc-linux) compiled by GNU C version 2.96 20000711 (experimental).
../../src/lyxfunc.C: In function `void __tcf_0 ()':
../../src/lyxfunc.C:629: Internal compiler error.
The lyxfunc.ii file (bzip2 compressed) can be downloaded from
ftp://ftp.devel.lyx.org/pub/lyx/lyxfunc.ii.gz2
I have been seeing this for a while with cvs gcc.
Lgb