[Bug middle-end/23830] inline optimization possibility - reorder compilation step

2012-03-23 Thread hubicka at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23830 Jan Hubicka changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #4 f

[Bug middle-end/23830] inline optimization possibility - reorder compilation step

2011-07-18 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23830 --- Comment #3 from Andrew Pinski 2011-07-18 22:19:34 UTC --- I think this might already be fixed in either 4.6.0 or on the trunk.

[Bug middle-end/23830] inline optimization possibility - reorder compilation step

2005-09-11 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added CC||pinskia at gcc dot gnu dot ||org Component|c

[Bug middle-end/23830] inline optimization possibility - reorder compilation step

2005-09-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-12 05:01 --- For 4.1 we do have IPA based constant propagation which basically implements what you want. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23830

[Bug middle-end/23830] inline optimization possibility - reorder compilation step

2005-09-13 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-13 20:15 --- Confirmed. After IPA constant prop and before inlining, we need early optimizations, like DCE and constant prop. But that is it. -- What|Removed |Added ---