From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22664 invoked by alias); 25 Oct 2012 19:57:58 -0000 Received: (qmail 22417 invoked by uid 48); 25 Oct 2012 19:57:35 -0000 From: "howarth at nitro dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/55061] libbacktrace build fails during bootstrap on powerpc-apple-darwin9 Date: Thu, 25 Oct 2012 19:57:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at nitro dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED 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-10/txt/msg02373.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55061 --- Comment #21 from Jack Howarth 2012-10-25 19:57:29 UTC --- FYI the test in Comment 20 passes for llvm-gcc-4.2 and clang in Xcode 4.5.1 but only for gcc-4.2 and llvm-gcc-4.2 in Xcode 4.2. The clang in Xcode 4.2 apparently doesn't provide the unwind.h header yet... % clang -Werror-implicit-function-declaration -c test.c test.c:1:10: fatal error: 'unwind.h' file not found #include "unwind.h" ^ 1 error generated.