[Bug tree-optimization/26850] unused function not eliminated with -fwhole-program --combine

2010-09-17 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2010-09-17 09:06 --- -combine has been removed from GCC 4.6 in favor of LTO, closing as WONTFIX. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26850] unused function not eliminated with -fwhole-program --combine

2010-09-17 Thread hubicka at gcc dot gnu dot org
--- Comment #5 from hubicka at gcc dot gnu dot org 2010-09-17 11:09 --- Well, this is still something we should solve at LTO. Indirect inlining should take away references that are fully resolved so function becomes unreachable. Honza --

[Bug tree-optimization/26850] unused function not eliminated with -fwhole-program --combine

2008-11-25 Thread alexandre dot nunes at gmail dot com
--- Comment #3 from alexandre dot nunes at gmail dot com 2008-11-25 20:01 --- Still fails as of gcc 4.3.2 -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26850

[Bug tree-optimization/26850] unused function not eliminated with -fwhole-program --combine

2006-03-26 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2006-03-26 17:16 --- Confirmed. -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/26850] unused function not eliminated with -fwhole-program --combine

2006-03-24 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-24 16:27 --- IIRC the problem here is that we don't go through the program again to change TREE_ADDRESSABLE on those decls. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26850