From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1691 invoked by alias); 17 Mar 2003 13:06:01 -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 1641 invoked by uid 71); 17 Mar 2003 13:06:00 -0000 Date: Mon, 17 Mar 2003 13:06:00 -0000 Message-ID: <20030317130600.1639.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: Rainer Orth Subject: Re: c++/10100: [3.4 regression] bootstrap failure on mips-irix6.5 compiling libsupc++/eh_aux_runtime.cc Reply-To: Rainer Orth X-SW-Source: 2003-03/txt/msg01131.txt.bz2 List-Id: The following reply was made to PR c++/10100; it has been noted by GNATS. From: Rainer Orth To: ghazi@caip.rutgers.edu Cc: gcc-gnats@gcc.gnu.org, mark@codesourcery.com, jason@redhat.com Subject: Re: c++/10100: [3.4 regression] bootstrap failure on mips-irix6.5 compiling libsupc++/eh_aux_runtime.cc Date: 17 Mar 2003 14:03:25 +0100 ghazi@caip.rutgers.edu writes: > >Number: 10100 > >Category: c++ > >Synopsis: [3.4 regression] bootstrap failure on mips-irix6.5 compiling libsupc++/eh_aux_runtime.cc > >Confidential: no > >Severity: critical > >Priority: medium > >Responsible: unassigned > >State: open > >Class: rejects-legal > >Submitter-Id: net > >Arrival-Date: Sat Mar 15 16:46:01 UTC 2003 > >Closed-Date: > >Last-Modified: > >Originator: Kaveh Ghazi > >Release: gcc 3.4 20030315 (experimental) > >Organization: > >Environment: > mips-sgi-irix6.5 > > >Description: > Sometime after March 9th, I'm getting a bootstrap failure on mips-sgi-irix6.5. The last successful testsuite result was here: > http://gcc.gnu.org/ml/gcc-testresults/2003-03/msg00574.html > > The failure occurs building libsupc++/eh_aux_runtime.cc: > > libsupc++/eh_aux_runtime.cc:42: error: weak > declaration of `std::exception::exception(const std::exception&)' must > precede definition > libsupc++/eh_aux_runtime.cc:42: error: weak > declaration of `std::bad_cast::bad_cast(const std::bad_cast&)' must precede > definition > libsupc++/eh_aux_runtime.cc:52: error: weak > declaration of `std::bad_typeid::bad_typeid(const std::bad_typeid&)' must > precede definition > make[4]: *** [eh_aux_runtime.lo] Error 1 the same problem (PR bootstrap/10053) also affects Tru64 UNIX. David Billinghurst already identified the culprit: http://gcc.gnu.org/ml/gcc-bugs/2003-03/msg00676.html http://gcc.gnu.org/ml/gcc-bugs/2003-03/msg00687.html Rainer