[Bug c/35728] Inlined function via function pointer emitted unnecessarily
hubicka at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sat Sep 6 12:11:00 GMT 2008
------- Comment #2 from hubicka at gcc dot gnu dot org 2008-09-06 12:09 -------
We eliminate functions, but we never re-scan program to see if the function has
no longer address taken.
To implement this we will need to add to cgraph list of functions/variables
taking address of each function/variable and update the list as we optimize...
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35728
More information about the Gcc-bugs
mailing list