From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29375 invoked by alias); 31 Aug 2008 09:39:23 -0000 Received: (qmail 29137 invoked by alias); 31 Aug 2008 09:38:14 -0000 Date: Sun, 31 Aug 2008 09:39:00 -0000 Message-ID: <20080831093814.29136.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/37293] [4.4 Regression] r139762 breaks libstdc++ build on darwin In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jh at suse dot cz" 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-08/txt/msg02493.txt.bz2 ------- Comment #11 from jh at suse dot cz 2008-08-31 09:38 ------- Subject: Re: [4.4 Regression] r139762 breaks libstdc++ build on darwin > > I will see what I can do about this issue. Mostly we need to look at > where we change from weak to non weak and then fix up those call > statements. Honza, does that seem correct? I guess so, we need to update the call statement either during redirection or during fixup_cfg. Thank you for looking into that! Btw we should do ipcp clonning first but still inline the function, as code does not grow. I need to look into that too. Honza > > Thanks, > Andrew Pinski > > > > > > > /bin/sh ../libtool --tag CXX --mode=compile > > /sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/./gcc/xgcc > > -shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080830/ > > darwin_objdir/./gcc > > -nostdinc++ > > -L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/src > > -L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/src/.libs > > -B/sw/lib/gcc4.4/i686-apple-darwin9/bin/ > > -B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem > > /sw/lib/gcc4.4/i686-apple-darwin9/include -isystem > > /sw/lib/gcc4.4/i686-apple-darwin9/sys-include > > -I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/include/i686-apple-darwin9 > > -I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/include > > -I/sw/src/fink.build/gcc44-4.3.999-20080830/gcc-4.4-20080830/libstdc+ > > +-v3/libsupc++ > > -I/sw/include -fno-implicit-templates -Wall -Wextra -Wwrite-strings - > > Wcast-qual > > -fdiagnostics-show-location=once -fvisibility-inlines-hidden > > -ffunction-sections -fdata-sections -g -O2 -c -o > > bitmap_allocator.lo > > ../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc > > libtool: compile: > > /sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/./gcc/xgcc > > -shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080830/ > > darwin_objdir/./gcc > > -nostdinc++ > > -L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/src > > -L/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/src/.libs > > -B/sw/lib/gcc4.4/i686-apple-darwin9/bin/ > > -B/sw/lib/gcc4.4/i686-apple-darwin9/lib/ -isystem > > /sw/lib/gcc4.4/i686-apple-darwin9/include -isystem > > /sw/lib/gcc4.4/i686-apple-darwin9/sys-include > > -I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/include/i686-apple-darwin9 > > -I/sw/src/fink.build/gcc44-4.3.999-20080830/darwin_objdir/i686-apple- > > darwin9/libstdc++-v3/include > > -I/sw/src/fink.build/gcc44-4.3.999-20080830/gcc-4.4-20080830/libstdc+ > > +-v3/libsupc++ > > -I/sw/include -fno-implicit-templates -Wall -Wextra -Wwrite-strings - > > Wcast-qual > > -fdiagnostics-show-location=once -fvisibility-inlines-hidden > > -ffunction-sections -fdata-sections -g -O2 -c > > ../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc - > > fno-common > > -DPIC -o .libs/bitmap_allocator.o > > ../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc: > > In member > > function 'void > > __gnu_cxx::bitmap_allocator<_Tp>::_M_deallocate_single_object(_Tp*) > > [with _Tp = > > wchar_t]': > > ../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc: > > 126: error: > > statement marked for throw, but doesn't > > T.292 (__diff_74); > > > > ../../../../gcc-4.4-20080830/libstdc++-v3/src/bitmap_allocator.cc: > > 126: internal > > compiler error: verify_stmts failed > > Please submit a full bug report, > > with preprocessed source if appropriate. > > See for instructions. > > > > > > -- > > > > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37293 > > > > > -- > > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37293 > > ------- You are receiving this mail because: ------- > You are on the CC list for the bug, or are watching someone who is. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37293