From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 745 invoked by alias); 1 Feb 2003 21:03:51 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 724 invoked by uid 48); 1 Feb 2003 21:03:51 -0000 Date: Sat, 01 Feb 2003 21:03:00 -0000 Message-ID: <20030201210351.723.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, ritzert@t-online.de From: bangerth@dealii.org Reply-To: bangerth@dealii.org, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, ritzert@t-online.de, gcc-gnats@gcc.gnu.org Subject: Re: c++/9304: [pch] ICE in gen_subprogram_die X-SW-Source: 2003-02/txt/msg00020.txt.bz2 List-Id: 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, std::allocator > const&)': :11: undefined reference to `Exception::Exception[not-in-charge]()' /tmp/ccaXYMqI.o: In function `CFParseException::CFParseException[in-charge](std::basic_string, std::allocator > const&)': :11: undefined reference to `Exception::Exception[not-in-charge]()' /tmp/ccaXYMqI.o: In function `ConfigFile::ConfigFile[not-in-charge](std::basic_string, std::allocator > const&)': :18: undefined reference to `s2w(std::basic_string, std::allocator > const&)' /tmp/ccaXYMqI.o: In function `ConfigFile::ConfigFile[in-charge](std::basic_string, std::allocator > const&)': :18: undefined reference to `s2w(std::basic_string, std::allocator > const&)' collect2: ld returned 1 exit status http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9304