* gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
From-SVN: r25822
This commit is contained in:
parent
5f98f7c481
commit
f541e78dd0
2 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Wed Mar 17 12:22:39 1999 Richard Henderson <rth@cygnus.com>
|
||||
|
||||
* gcc.c-torture/execute/ieee/980619-1.x: New. Expected fail on x86.
|
||||
|
||||
Fri Mar 12 16:17:28 1999 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* execute/970312-1.c, execute/980605-1.c (f): Change printf to sprintf.
|
||||
|
|
11
gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x
Normal file
11
gcc/testsuite/gcc.c-torture/execute/ieee/980619-1.x
Normal file
|
@ -0,0 +1,11 @@
|
|||
set torture_eval_before_execute {
|
||||
|
||||
set compiler_conditional_xfail_data {
|
||||
"ia32 fp rounding isn't pedantic" \
|
||||
"i?86-*-*" \
|
||||
{ "-O3" "-O2" "-O1" "-Os"} \
|
||||
{ "" }
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
Loading…
Add table
Reference in a new issue