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
...

Reply via email to