http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49472
Dominique d'Humieres <dominiq at lps dot ens.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wschmidt at gcc dot gnu.org --- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-06-20 14:12:26 UTC --- This pr has been introduced by revision 174446 Author: wschmidt Date: Mon May 30 17:12:53 2011 UTC (2 weeks, 6 days ago) Changed paths: 2 Log Message: 2011-05-30 Bill Schmidt <wschm...@linux.vnet.ibm.com> PR tree-optimization/46728 * tree-ssa-math-opts.c (build_and_insert_call): Reorder parms. (build_and_insert_binop): New. (gimple_expand_builtin_pow): Reorder args for build_and_insert_call; use build_and_insert_binop; add more optimizations for fractional exponents. The minimal set of options is '-O1 -ffast-math -g'.