From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7146 invoked by alias); 5 Mar 2013 15:12:31 -0000 Received: (qmail 7031 invoked by uid 48); 5 Mar 2013 15:11:50 -0000 From: "dominiq at lps dot ens.fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/53363] g++.dg/debug/dwarf2/thunk1.C FAILs Date: Tue, 05 Mar 2013 15:12:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dominiq at lps dot ens.fr X-Bugzilla-Status: REOPENED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ro at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.8.0 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: 2013-03/txt/msg00375.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53363 --- Comment #13 from Dominique d'Humieres 2013-03-05 15:11:48 UTC --- (In reply to comment #9) > This failure has re-appeared at r196444 on x86_64-apple-darwin12... > > FAIL: g++.dg/debug/dwarf2/thunk1.C -std=gnu++98 scan-assembler-times LFB3 5 > FAIL: g++.dg/debug/dwarf2/thunk1.C -std=gnu++11 scan-assembler-times LFB3 5 There are two issues for x86_64-apple-darwin* (1) As noticed in comment #2: > On Darwin/x86 (32-bit i386-apple-darwin11.3.0 compiler), LFB3 doesn't > occur in thunk1.s at all. (2) Before revision 195842 the test was unsupported on x86_64-*-*. (In reply to comment #11) > It seems that darwin doesn't do PIC the way ELF targets do, so this test should > be skipped. What is supposed to be tested? Sould the whole test skipped on darwin or only the dg-final?