From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9673 invoked by alias); 13 Nov 2012 20:21:51 -0000 Received: (qmail 9634 invoked by uid 48); 13 Nov 2012 20:21:36 -0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug bootstrap/55289] darwin bootstrap fails due to missing libsanitizer/interception/mach_override directory and files Date: Tue, 13 Nov 2012 20:21:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: bootstrap X-Bugzilla-Keywords: X-Bugzilla-Severity: critical X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: NEW X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2012-11/txt/msg01191.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55289 --- Comment #12 from Jack Howarth 2012-11-13 20:21:35 UTC --- The disasembled testcase that is choking on shows... test.o: file format mach-o-x86-64 Disassembly of section .text: 0000000000000000 <_main>: 0: 55 push %rbp 1: 48 89 e5 mov %rsp,%rbp 4: c7 45 fc 05 00 00 00 movl $0x5,-0x4(%rbp) b: b8 00 00 00 00 mov $0x0,%eax 10: 5d pop %rbp 11: c3 retq 0000000000000012 <__GLOBAL__sub_I_00099_0_test.cc>: 12: 55 push %rbp 13: 48 89 e5 mov %rsp,%rbp 16: e8 00 00 00 00 callq 1b <__GLOBAL__sub_I_00099_0_test.cc+0x9> 1b: 5d pop %rbp 1c: c3 retq Disassembly of section __DATA.__mod_init_func: 0000000000000020 <__DATA.__mod_init_func>: ...