[Bug c/35728] Inlined function via function pointer emitted unnecessarily

2008-09-06 Thread hubicka at gcc dot gnu dot org
--- 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/var

[Bug c/35728] Inlined function via function pointer emitted unnecessarily

2008-03-28 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2008-03-28 10:15 --- Hm, interesting. Do we not remove unused functions after final inlining? -- rguenth at gcc dot gnu dot org changed: What|Removed |Added ---