From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28689 invoked by alias); 6 Mar 2003 22:18:03 -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 28664 invoked by uid 48); 6 Mar 2003 22:18:03 -0000 Date: Thu, 06 Mar 2003 22:18:00 -0000 Message-ID: <20030306221803.28663.qmail@sources.redhat.com> To: deegan@mondes.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org From: bangerth@dealii.org Reply-To: bangerth@dealii.org, deegan@mondes.com, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: debug/9984: ICE: GCC3.2.2 & GCC 3.2.1 gcc -gdwarf-2 -feliminate-dwarf2-dups X-SW-Source: 2003-03/txt/msg00284.txt.bz2 List-Id: Synopsis: ICE: GCC3.2.2 & GCC 3.2.1 gcc -gdwarf-2 -feliminate-dwarf2-dups State-Changed-From-To: open->analyzed State-Changed-By: bangerth State-Changed-When: Thu Mar 6 22:18:03 2003 State-Changed-Why: ICE confirmed with 3.2.2. With 3.3 and 3.4, the ICE goes away, but I get this: g/x> /home/bangerth/bin/gcc-3.4-pre/bin/gcc -gdwarf-2 -feliminate-dwarf2-dups x.cc /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/cc4yE79M.o: In function `main': :4: undefined reference to `std::cout' :4: undefined reference to `std::basic_ostream >& std::operator<< >(std::basic_ostream >&, char const*)' :4: undefined reference to `std::basic_ostream >& std::endl >(std::basic_ostream >&)' :4: undefined reference to `std::basic_ostream >::operator<<(std::basic_ostream >& (*)(std::basic_ostream >&))' /tmp/cc4yE79M.o: In function `__static_initialization_and_destruction_0(int, int)': /home/bangerth/bin/gcc-3.4-pre/include/c++/3.4/iostream:77: undefined reference to `std::ios_base::Init::Init[in-charge]()' /home/bangerth/bin/gcc-3.4-pre/include/c++/3.4/iostream:77: undefined reference to `std::ios_base::Init::~Init [in-charge]()' /tmp/cc4yE79M.o::4: undefined reference to `__gxx_personality_v0' collect2: ld returned 1 exit status The first few lines are probably due to an outdated set of binutils. I am in no position to judge the reason for the missing symbols, though. W. http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9984