* gcc.c-torture/execute/ieee/hugeval.x: New.

From-SVN: r38090
This commit is contained in:
J. David Anglin 2000-12-07 02:05:33 +00:00 committed by Jeff Law
parent 0460a979f9
commit 56ef50e465
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-12-06 J. David Anglin <dave@hiauly1.hia.nrc.ca>
* gcc.c-torture/execute/ieee/hugeval.x: New.
2000-12-06 Neil Booth <neilb@earthling.net>
* gcc.dg/cpp/backslash2.c: New tests.

View File

@ -0,0 +1,10 @@
# This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX
# instead of +Infinity.
global target_triplet
if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } {
set torture_execute_xfail "$target_triplet"
}
return 0