diff options
author | Richard Guenther <rguenth@gcc.gnu.org> | 2005-02-07 13:24:38 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2005-02-07 13:24:38 +0000 |
commit | 6a96f5c111327ebb22e3c6bff923f8c1b2e175f1 (patch) | |
tree | f3c9b917a0f61ec5e98c3b1be02adc081d56f541 /libjava/java/text/AttributedCharacterIterator.java | |
parent | 48c4e71107bd32507fe3a52c85601fce53a4b1ef (diff) | |
download | gcc-6a96f5c111327ebb22e3c6bff923f8c1b2e175f1.zip gcc-6a96f5c111327ebb22e3c6bff923f8c1b2e175f1.tar.gz gcc-6a96f5c111327ebb22e3c6bff923f8c1b2e175f1.tar.bz2 |
re PR middle-end/19775 (sqrt(pow(x,y)) != pow(x,y*0.5) (with -ffast-math))
2005-02-07 Richard Guenther <rguenth@gcc.gnu.org>
PR middle-end/19775
* builtins.c (fold_builtin_sqrt): Transform
sqrt(pow(x,y)) to pow(fabs(x),y*0.5), not
pow(x,y*0.5).
* gcc.dg/torture/builtin-power-1.c: Disable test for
invalid transformation.
* gcc.dg/builtins-10.c: Likewise. Disable one test we
no longer optimize.
* gcc.dg/builtins-47.c: New testcase.
From-SVN: r94701
Diffstat (limited to 'libjava/java/text/AttributedCharacterIterator.java')
0 files changed, 0 insertions, 0 deletions