[Bug lto/56297] LTO: multiple definition error with global register variables

2013-02-12 Thread hubicka at ucw dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56297 --- Comment #5 from Jan Hubicka 2013-02-12 16:23:37 UTC --- > Confirmed. We put > > register int i asm ("esp"); > > into the LTO symbol table. Oops. The GCC symtab and the partition contains > > (gdb) call debug_symtab_node (node

[Bug lto/56297] LTO: multiple definition error with global register variables

2013-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56297 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Bug lto/56297] LTO: multiple definition error with global register variables

2013-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56297 --- Comment #3 from Richard Biener 2013-02-12 15:14:37 UTC --- Author: rguenth Date: Tue Feb 12 15:14:32 2013 New Revision: 195979 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=195979 Log: 2013-02-12 Richard Biener P

[Bug lto/56297] LTO: multiple definition error with global register variables

2013-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56297 --- Comment #2 from Richard Biener 2013-02-12 13:46:52 UTC --- GCC 4.7 says /tmp/ccQAPnYJ.o (symbol from plugin): In function `esp': (.text+0x0): multiple definition of `esp' /tmp/ccihIbJc.o (symbol from plugin):(.text+0x0): first defin

[Bug lto/56297] LTO: multiple definition error with global register variables

2013-02-12 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56297 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|