From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1508 invoked by alias); 14 Mar 2012 21:03:49 -0000 Received: (qmail 1371 invoked by uid 22791); 14 Mar 2012 21:03:47 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 14 Mar 2012 21:03:34 +0000 From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug ada/52362] gnat.dg/lto8.adb FAILs with gas/gld Date: Wed, 14 Mar 2012 21:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: ada X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org 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-03/txt/msg01291.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362 --- Comment #3 from vries at gcc dot gnu.org 2012-03-14 21:02:51 UTC --- (In reply to comment #2) > What's different with --disable-bootstrap? Missing linker plugin support? I did a reference build, bootstrap and nobootstrap, and the test passed for bootstrap and failed for nobootstrap: ... ref-last/FAIL:./gcc/testsuite/gnat/gnat.sum:PASS: gnat.dg/lto8.adb (test for excess errors) ref-last/FAIL:./gcc/testsuite/gnat/gnat.sum:PASS: gnat.dg/lto8.adb execution test ref-last/FAIL.nobootstrap:./gcc/testsuite/gnat/gnat.sum:FAIL: gnat.dg/lto8.adb (test for excess errors) ref-last/FAIL.nobootstrap:./gcc/testsuite/gnat/gnat.sum:UNRESOLVED: gnat.dg/lto8.adb compilation failed to produce executable ... After that, I tested an tail-merge (AFAIK unrelated) patch on top of the same sources, and now the test fails for both: ... test-pr51879.8.4.patch/with/FAIL:./gcc/testsuite/gnat/gnat.sum:FAIL: gnat.dg/lto8.adb (test for excess errors) test-pr51879.8.4.patch/with/FAIL:./gcc/testsuite/gnat/gnat.sum:UNRESOLVED: gnat.dg/lto8.adb compilation failed to produce executable test-pr51879.8.4.patch/with/FAIL.nobootstrap:./gcc/testsuite/gnat/gnat.sum:FAIL: gnat.dg/lto8.adb (test for excess errors) test-pr51879.8.4.patch/with/FAIL.nobootstrap:./gcc/testsuite/gnat/gnat.sum:UNRESOLVED: gnat.dg/lto8.adb compilation failed to produce executable ... So I'm not sure that the failure is linked to --nobootstrap.