This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/56578] Testcase behaves differently when compiled with LTO


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56578

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2013-03-11
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> 2013-03-11 10:30:13 UTC ---
Hmm, it works for me both with 4.7 and trunk.  And

rguenther@murzim:/tmp> gcc-nm-4.7 a.o
00000000 T malloc
rguenther@murzim:/tmp> gcc-nm-4.8 a.o
00000000 T malloc

I'm using GNU ld 2.23.1.  Even with gold 2.23.1 it works for me
(that is, 'make' prints three times OK).  glibc 2.14.1, x86_64-linux.

Can you elaborate on your configuration?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]