http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55912
Richard Biener <rguenth at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2013-01-09 Ever Confirmed|0 |1 --- Comment #2 from Richard Biener <rguenth at gcc dot gnu.org> 2013-01-09 09:26:58 UTC --- Most of the math builtin folding needs to be re-done at GIMPLE level based on SSA form. Convenient places are either tree-ssa-forwprop.c or tree-ssa-math-opts.c (sincos pass which also does power series expansion now).