------- Comment #2 from rwild at gcc dot gnu dot org  2009-06-15 16:11 -------
Would it help to work around this issue by collecting the objects in one or
more
convenience archives and linking those (plus at least one plain object)
together
to form libgfortran.la?  The intermediate partially linked objects could hit a
different code path in the linker (but could also cause for some less-optimal
linking, at least with LTO?).  Of course 'ld -r' has been known to expose other
linker bugs so this might be trading one issue for an unknown other set...


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwild at gcc dot gnu dot org


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

Reply via email to