From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23255 invoked by alias); 28 Nov 2008 08:53:25 -0000 Received: (qmail 22822 invoked by uid 48); 28 Nov 2008 08:52:17 -0000 Date: Fri, 28 Nov 2008 08:53:00 -0000 Subject: [Bug bootstrap/38300] New: [4.4 Regression] libstdc++ and libgcj contain a reference to _Unwind_GetIPInfo X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg02410.txt.bz2 I found the patch for PR 27880 causes libgcj and libstdc++ to contain a reference to _Unwind_GetIPInfo on darwin8.11. This causes a bootstrap failure and/or the testsuite to fail all the time with an undefined symbol. /bin/sh ./libtool --tag=GCJ --mode=link /Users/apinski/src/local/gcc/objdir/gcc/gcj -B/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libjava/ -B/Users/apinski/src/local/gcc/objdir/gcc/ -L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libjava -ffloat-store -fomit-frame-pointer -Usun -g -O2 -o gij -rpath /Users/apinski/local-gcc/lib/gcj-4.4.0-10 -rpath /Users/apinski/local-gcc/lib -shared-libgcc -L/Users/apinski/src/local/gcc/objdir/i386-apple-darwin8.11.1/libjava/.libs libgij.la /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols: __Unwind_GetIPInfo collect2: ld returned 1 exit status -- Summary: [4.4 Regression] libstdc++ and libgcj contain a reference to _Unwind_GetIPInfo Product: gcc Version: 4.4.0 Status: UNCONFIRMED Keywords: build Severity: blocker Priority: P3 Component: bootstrap AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org GCC target triplet: *-*-darwin8.11 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38300