convert.c (convert_to_real): Guard those unsafe math function convertions with flag_u...
authorCong Hou <congh@google.com>
Thu, 24 Oct 2013 18:10:38 +0000 (14:10 -0400)
committerCong Hou <congh@gcc.gnu.org>
Thu, 24 Oct 2013 18:10:38 +0000 (14:10 -0400)
commit247dbcf4ab40703cb68ed7c7c593493ee0d7ec80
tree5fa5785d8100cd687a134740afd7ed94acb90bea
parent51ce05475cc79a06001eae1163e719f570c7a9a9
convert.c (convert_to_real): Guard those unsafe math function convertions with flag_unsafe_math_optimizations.

2013-10-24  Cong Hou  <congh@google.com>

    * convert.c (convert_to_real): Guard those unsafe math function
      convertions with flag_unsafe_math_optimizations.  Handle sqrt()
      specially.

2013-10-24  Cong Hou  <congh@google.com>

    * gcc.c-torture/execute/20030125-1.c: Update.

From-SVN: r204028
gcc/ChangeLog
gcc/convert.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.c-torture/execute/20030125-1.c