re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -frounding-mode)
commit3c8e8595edb357b7ff80c86c46f79823ed1ecce1
authorJoseph Myers <joseph@codesourcery.com>
Thu, 21 Nov 2013 16:20:28 +0000 (21 16:20 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 21 Nov 2013 16:20:28 +0000 (21 16:20 +0000)
tree83b4eb3d53777452e702fa4c144848ae515b5422
parent15e693cc593824fa56a2e52b756e1e2e4bad2a27
re PR rtl-optimization/55950 (Invalid sqrt constant propagation with -frounding-mode)

PR rtl-optimization/55950
* real.c (real_sqrt): Remove function.
* real.h (real_sqrt): Remove prototype.
* simplify-rtx.c (simplify_const_unary_operation): Do not fold
SQRT using real_sqrt.

From-SVN: r205223
gcc/ChangeLog
gcc/real.c
gcc/real.h
gcc/simplify-rtx.c