re PR tree-optimization/17578 (Missed optimization--failure of gcc.c-torture/execute/ieee/compare-fp-3.c at -O1 and above)

PR tree-optimization/17578
	* gcc.c-torture/execute/ieee/compare-fp-3.x: Append -fno-trapping-math
	to additional_flags.
	* gcc.c-torture/execute/ieee/compare-fp-4.x: Likewise.

From-SVN: r92623
This commit is contained in:
John David Anglin 2004-12-26 20:49:14 +00:00 committed by John David Anglin
parent fe9ddfce2c
commit daab976830
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2004-12-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR tree-optimization/17578
* gcc.c-torture/execute/ieee/compare-fp-3.x: Append -fno-trapping-math
to additional_flags.
* gcc.c-torture/execute/ieee/compare-fp-4.x: Likewise.
2004-12-25 Richard Henderson <rth@redhat.com>
* lib/target-supports.exp (check_effective_target_vect_no_bitwise):

View File

@ -1,2 +1,2 @@
set options "-fno-trapping-math"
lappend additional_flags "-fno-trapping-math"
return 0

View File

@ -1,2 +1,2 @@
set options "-fno-trapping-math"
lappend additional_flags "-fno-trapping-math"
return 0