This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/41764] Bogus errors from gold with linker-plugin
- From: "espindola at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Oct 2009 15:51:29 -0000
- Subject: [Bug lto/41764] Bogus errors from gold with linker-plugin
- References: <bug-41764-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from espindola at gcc dot gnu dot org 2009-10-21 15:51 -------
The produced symbol table is incorrect:
~/binutils/inst/bin/nm test.o
0000000000000000 t MAIN__
U _gfortran_set_args
U _gfortran_set_options
0000000000000001 C gnu_lto_v1
0000000000000006 T main
0000000000000000 r options.0.1383
0000000000000000 B raewin_
0000000000000000 D xxxran_
GNUTARGET=plugin ~/binutils/inst/bin/nm --plugin
./lto-plugin/.libs/liblto_plugin.so test.o
U _gfortran_set_args
U _gfortran_set_options
00000000 T ix
00000000 T ix
00000000 T iy
00000000 T iy
00000000 T iz
00000000 T iz
00000000 T main
00000000 T raewin_
Will try to find out why.
--
espindola at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed|0 |1
Last reconfirmed|0000-00-00 00:00:00 |2009-10-21 15:51:29
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41764