re PR target/19116 (-funsafe-math-optimizations make nan compares equal to one anothe...
authorRichard Guenther <rguenther@suse.de>
Sat, 21 Oct 2006 10:40:57 +0000 (10:40 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Sat, 21 Oct 2006 10:40:57 +0000 (10:40 +0000)
commit5a4171a01d9f9041175a6b7c473ed43a623bea0b
tree920fe30a666b06d4d7b205bcb081ff810fd269c1
parent120a56cb6790478018765a520376d2f304bdb74c
re PR target/19116 (-funsafe-math-optimizations make nan compares equal to one another (-finite-math-only should be doing that))

2006-10-21  Richard Guenther  <rguenther@suse.de>

PR target/19116
* config/i386/i386.c (override_options): Do not set MASK_IEEE_FP
if flag_unsafe_math_optimizations is specified.  We have
flag_finite_math_only for that.
* config/i386/i386.md (sqrtxf2): Do not require TARGET_IEEE_FP
or flag_unsafe_math_optimizations.

From-SVN: r117930
gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/i386.md