From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25954 invoked by alias); 2 May 2010 00:48:13 -0000 Received: (qmail 25838 invoked by uid 48); 2 May 2010 00:47:59 -0000 Date: Sun, 02 May 2010 00:48:00 -0000 Message-ID: <20100502004759.25837.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/43729] Mach-O LTO support needed for darwin In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "howarth at nitro dot med dot uc dot edu" 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: 2010-05/txt/msg00077.txt.bz2 ------- Comment #32 from howarth at nitro dot med dot uc dot edu 2010-05-02 00:47 ------- The failing command out of the log from the 32-bit testcase is... /Users/stevenb/lto_objdir32/gcc/lto1 -fPIC -quiet -dumpbase gcc-dg-lto-20081111-01.ltrans0 -dumpdir ./ -mmacosx-version-min=10.6.3 -mtune=generic -auxbase-strip c_lto_20081111_1.wpa.ltrans.o -O0 -version -fltrans c_lto_20081111_1.wpa.o -o c_lto_20081111_1.wpa.s and produces the file c_lto_20081111_1.wpa.s containing... .text .globl _bar _bar: pushl %ebp movl %esp, %ebp subl $8, %esp call ___i686.get_pc_thunk.cx "L00000000001$pb": leal _mumble-"L00000000001$pb"(%ecx), %eax movl (%eax), %eax leave ret .section __TEXT,__textcoal_nt,coalesced,pure_instructions .weak_definition ___i686.get_pc_thunk.cx .private_extern ___i686.get_pc_thunk.cx ___i686.get_pc_thunk.cx: movl (%esp), %ecx ret .subsections_via_symbols -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43729