------- Comment #1 from rguenth at gcc dot gnu dot org 2010-05-06 10:14 ------- Place the pragma outside of the function (though it'll probably not help due to the inlining).
The min/max expression missed-optimization is due to the lack of a tree combiner. tree forwprop would be the natural candidate to optimize them. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rguenth at gcc dot gnu dot | |org Severity|normal |enhancement Status|UNCONFIRMED |NEW Component|other |tree-optimization Ever Confirmed|0 |1 Keywords| |missed-optimization Last reconfirmed|0000-00-00 00:00:00 |2010-05-06 10:14:19 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44011