https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63215

Jan Hubicka <hubicka at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-09-10
                 CC|                            |hubicka at gcc dot gnu.org
     Ever confirmed|0                           |1
           Severity|normal                      |enhancement

--- Comment #1 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
At the moment it is not supported to LTO runtime symbols (i.e. functions and
variables whose use may be synthetized by the compiler). Doing so would be
quite tricky, since we will need to recognize them and keep for possible use
later. It would however make sense.

Reply via email to