diff options
author | Roger Sayle <roger@eyesopen.com> | 2003-04-08 23:28:28 +0000 |
---|---|---|
committer | Roger Sayle <sayle@gcc.gnu.org> | 2003-04-08 23:28:28 +0000 |
commit | 5fce2c653933487d0b1ca025e0521a336b27f919 (patch) | |
tree | e73eca0237b6173f9395a521bdd81f8c89529b46 /gcc/function.c | |
parent | 531878a68e636392d594f22d0fc6e1444e82d940 (diff) | |
download | gcc-5fce2c653933487d0b1ca025e0521a336b27f919.zip gcc-5fce2c653933487d0b1ca025e0521a336b27f919.tar.gz gcc-5fce2c653933487d0b1ca025e0521a336b27f919.tar.bz2 |
fold-const.c (fold): Use "fold" following build in more places.
* fold-const.c (fold): Use "fold" following build in more places.
Optimize sqrt(x)*sqrt(x) as x, pow(x,y)*pow(z,y) as pow(x*z,y),
pow(x,y)*pow(x,z) as pow(x,y+z) and x/pow(y,z) as x*pow(y,-z).
* gcc.dg/builtins-11.c: New test case.
From-SVN: r65387
Diffstat (limited to 'gcc/function.c')
0 files changed, 0 insertions, 0 deletions