public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/37293]  New: r139762 breaks libstdc++ build on darwin
@ 2008-08-30 23:37 howarth at nitro dot med dot uc dot edu
  2008-08-30 23:40 ` [Bug middle-end/37293] [4.4 Regression] " pinskia at gcc dot gnu dot org
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: howarth at nitro dot med dot uc dot edu @ 2008-08-30 23:37 UTC (permalink / raw)
  To: gcc-bugs

Revision 139762

Jump to revision:            
Author: hubicka
Date:   Fri Aug 29 11:39:04 2008 UTC (35 hours, 39 minutes ago)
Log Message:    
        * doc/invoke.texi (-fipa-cp): Enabled by default at -O2/-Os/-O3
        (-fipa-cp-clone): Enabled by default at -O3.
        * opts.c (decode_options): Enable ipa-cp at -O2, ipa-cp-clone at -O3;
        make ipa-cp-clone to imply ipa-cp; disable cloning at -Os.

results in the following error on i686-apple-darwin9....

/bin/sh ../libtool --tag CXX --mode=compile
/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc/xgcc
-shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src
-L/sw/src/fink.build/gcc44-4.3.999-20080829/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-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9
-I/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include
-I/sw/src/fink.build/gcc44-4.3.999-20080829/gcc-4.4-20080829/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-20080829/libstdc++-v3/src/bitmap_allocator.cc
libtool: compile: 
/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc/xgcc
-shared-libgcc -B/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/./gcc
-nostdinc++
-L/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/src
-L/sw/src/fink.build/gcc44-4.3.999-20080829/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-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include/i686-apple-darwin9
-I/sw/src/fink.build/gcc44-4.3.999-20080829/darwin_objdir/i686-apple-darwin9/libstdc++-v3/include
-I/sw/src/fink.build/gcc44-4.3.999-20080829/gcc-4.4-20080829/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-20080829/libstdc++-v3/src/bitmap_allocator.cc  -fno-common
-DPIC -o .libs/bitmap_allocator.o
/var/tmp//ccnZtLXp.s:unknown:Non-global symbol: _T.292.eh can't be a
weak_definition
/var/tmp//ccnZtLXp.s:unknown:Non-global symbol: _T.293.eh can't be a
weak_definition
make[4]: *** [bitmap_allocator.lo] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all] Error 2
make[1]: *** [all-target-libstdc++-v3] Error 2
make: *** [all] Error 2

This prevents bootstrapping the c++ compiler on darwin.


-- 
           Summary: r139762 breaks libstdc++ build on darwin
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: howarth at nitro dot med dot uc dot edu
 GCC build triplet: i686-apple-darwin9
  GCC host triplet: i686-apple-darwin9
GCC target triplet: i686-apple-darwin9


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37293


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2008-09-03 18:51 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-30 23:37 [Bug c++/37293] New: r139762 breaks libstdc++ build on darwin howarth at nitro dot med dot uc dot edu
2008-08-30 23:40 ` [Bug middle-end/37293] [4.4 Regression] " pinskia at gcc dot gnu dot org
2008-08-31  0:53 ` pinskia at gcc dot gnu dot org
2008-08-31  0:56 ` pinskia at gcc dot gnu dot org
2008-08-31  1:58 ` pinskia at gcc dot gnu dot org
2008-08-31  2:01 ` pinskia at gcc dot gnu dot org
2008-08-31  2:26 ` pinskia at gcc dot gnu dot org
2008-08-31  2:40 ` howarth at nitro dot med dot uc dot edu
2008-08-31  4:19 ` howarth at nitro dot med dot uc dot edu
2008-08-31  4:25   ` Andrew Thomas Pinski
2008-08-31  4:26 ` howarth at nitro dot med dot uc dot edu
2008-08-31  4:26 ` pinskia at gmail dot com
2008-08-31  4:27 ` howarth at nitro dot med dot uc dot edu
2008-08-31  9:39 ` jh at suse dot cz
2008-09-01 16:58 ` howarth at nitro dot med dot uc dot edu
2008-09-02  3:15 ` pinskia at gcc dot gnu dot org
2008-09-02  3:54 ` pinskia at gcc dot gnu dot org
2008-09-02  9:22 ` dominiq at lps dot ens dot fr
2008-09-02 17:03 ` hjl dot tools at gmail dot com
2008-09-02 17:06 ` hjl dot tools at gmail dot com
2008-09-02 20:29 ` pinskia at gcc dot gnu dot org
2008-09-03 18:50 ` pinskia at gcc dot gnu dot org
2008-09-03 18:51 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).