]> gcc.gnu.org Git - gcc.git/commit
re PR middle-end/50195 (Linking time error with -fast-math -O0)
authorRichard Guenther <rguenther@suse.de>
Mon, 10 Oct 2011 14:25:34 +0000 (14:25 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Mon, 10 Oct 2011 14:25:34 +0000 (14:25 +0000)
commit4d8b88e8f2eecec56b16736f27e708ec20a222cb
treea854ae7e36552eb0719563335c71134fc0b20baf
parentff8e7c4d682099d61e81a20b465280bcc7cdaab5
re PR middle-end/50195 (Linking time error with -fast-math -O0)

2011-10-10  Richard Guenther  <rguenther@suse.de>

PR middle-end/50195
* fold-const.c (fold_binary_loc): Canonicalize x*x to pow (x, 2)
only when optimizing.

* gcc.dg/builtins-47.c: Optimize.

From-SVN: r179752
gcc/ChangeLog
gcc/fold-const.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/builtins-47.c
This page took 0.061323 seconds and 5 git commands to generate.