From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1442 invoked by alias); 13 Mar 2012 17:14:37 -0000 Received: (qmail 1432 invoked by uid 22791); 13 Mar 2012 17:14:36 -0000 X-SWARE-Spam-Status: No, hits=-2.8 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; Tue, 13 Mar 2012 17:14:23 +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: Tue, 13 Mar 2012 17:16: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: CC 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/msg01187.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52362 vries at gcc dot gnu.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vries at gcc dot gnu.org --- Comment #1 from vries at gcc dot gnu.org 2012-03-13 16:26:41 UTC --- Ran into this with x86_64 --disable-bootstrap with r185326: ... spawn /home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/gcc/gnatmake --GCC=/home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/gcc/xgcc --GNATBIND=/home/vries/gcc_versions/ref-12-03-13/nobootstrap\ /build/gcc/gnatbind --GNATLINK=/home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/gcc/gnatlink -cargs -B/home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/gcc -largs --GCC=/home/vries/gcc_versions\ /ref-12-03-13/nobootstrap/build/gcc/xgcc -B/home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/gcc -margs --RTS=/home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/x86_64-unknown-linux-gnu/./libada\ -q -f /home/vries/gcc_versions/ref-12-03-13/src/gcc/testsuite/gnat.dg/lto8.adb -gnatws -flto -lm -o ./lto8.exe^M /home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/x86_64-unknown-linux-gnu/./libada/adainclude/ada.o:(.data+0x0): multiple definition of `ada_E'^M /home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/x86_64-unknown-linux-gnu/./libada/adainclude/ada.o:(.data+0x0): first defined here^M /home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/x86_64-unknown-linux-gnu/./libada/adainclude/interfac.o:(.data+0x0): multiple definition of `interfaces_E'^M /home/vries/gcc_versions/ref-12-03-13/nobootstrap/build/x86_64-unknown-linux-gnu/./libada/adainclude/interfac.o:(.data+0x0): first defined here^M ... configure line: ... Configured with: /home/vries/gcc_versions/ref-12-03-13/src/configure --prefix=/home/vries/gcc_versions/ref-12-03-13/nobootstrap/install --with-cloog=/home/vries/gcc_versions/infra --with-ppl=/home/vries/gcc_versions/infra --with-gmp=/home/vries/gcc_versions/infra --with-mpfr=/home/vries/gcc_versions/infra --with-mpc=/home/vries/gcc_versions/infra --disable-bootstrap --enable-checking=yes,rtl --enable-languages=c,fortran,ada,java,objc,c++ ... ld version: ... GNU ld (GNU Binutils for Ubuntu) 2.21.53.20110810 ...