mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-23 07:38:57 +08:00
* gcc.c-torture/execute/ieee/hugeval.x: New.
From-SVN: r38090
This commit is contained in:
parent
0460a979f9
commit
56ef50e465
@ -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.
|
||||
|
10
gcc/testsuite/gcc.c-torture/execute/ieee/hugeval.x
Normal file
10
gcc/testsuite/gcc.c-torture/execute/ieee/hugeval.x
Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user