This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Internal Compiler error with gcc-2.95.1 while compiling libstdc++-2.90.6
- To: gcc-bugs at gcc dot gnu dot org
- Subject: Internal Compiler error with gcc-2.95.1 while compiling libstdc++-2.90.6
- From: salty <salty at blackpig dot demon dot co dot uk>
- Date: Tue, 31 Aug 1999 22:47:17 +0100 (BST)
- Reply-To: salty <salty at blackpig dot demon dot co dot uk>
While compiling libstdc++-2.90.6 with the gcc 2.95.1 compiler an internal
compiler error occured.
Here is the error from the build log:
../../libstdc++-2.90.6/bits/string.tcc:54: Internal compiler error in
`dwarfout_finish', at dwarfout.c:6102
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/faq.html#bugreport> for instructions.
gmake[2]: *** [locale-inst.lo] Error 1
gmake[2]: Leaving directory `/export/home/software/bld-libstdc++/src'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/export/home/software/bld-libstdc++'
gmake: *** [all-recursive-am] Error 2
the version of the compiler:
salty@blackpig% gcc -v
Reading specs from /usr/local/lib/gcc-lib/i386-pc-solaris2.7/2.95.1/specs
gcc version 2.95.1 19990816 (release)
I was compiling on Solaris 7 x86 Maintenance Update 2.
I hope this helps.
Dave Salt