re PR tree-optimization/16437 (New c-torture failures after bitfield patch)
PR c/16437 * gcc.c-torture/execute/991118-1.x: XFAIL for x86_64. * gcc.c-torture/execute/bf64-1.x: Likewise. From-SVN: r84295
This commit is contained in:
parent
afdbd485c8
commit
6f26317193
3 changed files with 33 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-07-08 Diego Novillo <dnovillo@redhat.com>
|
||||
|
||||
PR c/16437
|
||||
* gcc.c-torture/execute/991118-1.x: XFAIL for x86_64.
|
||||
* gcc.c-torture/execute/bf64-1.x: Likewise.
|
||||
|
||||
2004-07-08 Eric Botcazou <ebotcazou@libertysurf.fr>
|
||||
|
||||
* gcc.c-torture/compile/20040708-1.c: New test.
|
||||
|
|
14
gcc/testsuite/gcc.c-torture/execute/991118-1.x
Normal file
14
gcc/testsuite/gcc.c-torture/execute/991118-1.x
Normal file
|
@ -0,0 +1,14 @@
|
|||
# PR 16437. This fails on x86_64 now.
|
||||
if { [istarget "x86_64-*-*"] } {
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
{ "PR 16437" } \
|
||||
{ "x86_64-*-*" } \
|
||||
{ "*-O[123s]*" } \
|
||||
{ "-O0" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
|
@ -5,4 +5,17 @@ if { [istarget "mcore-*-*"] } {
|
|||
set torture_execute_xfail "mcore-*-*"
|
||||
}
|
||||
|
||||
# PR 16437. This fails on x86_64 now.
|
||||
if { [istarget "x86_64-*-*"] } {
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
{ "PR 16437" } \
|
||||
{ "x86_64-*-*" } \
|
||||
{ "*-O[123s]*" } \
|
||||
{ "-O0" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Add table
Reference in a new issue