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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING

--- Comment #3 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-28 
14:36:47 UTC ---
We do have known issues with linker options not being reflected correctly
in the resolution file.  As it is inlines and you use -fvisibility=hidden
I expect that the -Xlinker --version-script=mapfile_reorder is not
re-applied after final link optimization but only to the (fat) object file
result from compile.  So some functions may not be catched by the version
script globbing (or they are renamed as comdats are brought local, and thus
may no longer match any of the globs)?

Please help reducing this on your side.

Reply via email to