[Bug lto/63215] LTO causes symbols for builtin functions to be omitted from object files

hubicka at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Sep 10 06:02:00 GMT 2014


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.



More information about the Gcc-bugs mailing list