This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9304: [pch] ICE in gen_subprogram_die
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, ritzert at t-online dot de
- Date: 1 Feb 2003 21:03:51 -0000
- Subject: Re: c++/9304: [pch] ICE in gen_subprogram_die
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, ritzert at t-online dot de, gcc-gnats at gcc dot gnu dot org
Synopsis: [pch] ICE in gen_subprogram_die
State-Changed-From-To: open->feedback
State-Changed-By: bangerth
State-Changed-When: Sat Feb 1 21:03:51 2003
State-Changed-Why:
I get a lot of weird error messages about "File number XX
already used" from a snapshot from 2003-01-12, but no ICE.
I don't get these error messages, no ICE, but several
link failures from a recent snapshot (2003-01-30), but
as far as I can see the functions that the compiler
complains about are really not there (see below for output).
Could you possibly retry and see whether this now works
for you?
Thanks
W.
test/x> ../../bin/gcc-2003-01-30/bin/c++ -g -O2 configfile.cpp
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x18): undefined reference to `main'
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14.
/tmp/ccaXYMqI.o: In function `CFEntryNotFoundException::CFEntryNotFoundException[not-in-charge]()':
:5: undefined reference to `Exception::Exception[not-in-charge]()'
/tmp/ccaXYMqI.o: In function `CFEntryNotFoundException::CFEntryNotFoundException[in-charge]()':
:5: undefined reference to `Exception::Exception[not-in-charge]()'
/tmp/ccaXYMqI.o: In function `CFParseException::CFParseException[not-in-charge](std::basic_string<wchar_t,
std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)':
:11: undefined reference to `Exception::Exception[not-in-charge]()'
/tmp/ccaXYMqI.o: In function `CFParseException::CFParseException[in-charge](std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&)':
:11: undefined reference to `Exception::Exception[not-in-charge]()'
/tmp/ccaXYMqI.o: In function `ConfigFile::ConfigFile[not-in-charge](std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
:18: undefined reference to `s2w(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
/tmp/ccaXYMqI.o: In function `ConfigFile::ConfigFile[in-charge](std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':
:18: undefined reference to `s2w(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'
collect2: ld returned 1 exit status
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9304