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]
Other format: [Raw text]

Re: c++/9304: [pch] ICE in gen_subprogram_die


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


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