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