diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-02-20 13:41:09 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2003-02-20 13:41:09 +0000 |
commit | 5b5142fbf9d1e4dcfdf30e319ff9a82af8a13457 (patch) | |
tree | 3a15d65d0c2f9642c5812258126229a62c74d6c7 /gcc | |
parent | 0bcecf952006cd2394bb4669bdb1ee663087a577 (diff) | |
download | gcc-5b5142fbf9d1e4dcfdf30e319ff9a82af8a13457.zip gcc-5b5142fbf9d1e4dcfdf30e319ff9a82af8a13457.tar.gz gcc-5b5142fbf9d1e4dcfdf30e319ff9a82af8a13457.tar.bz2 |
20020720-1.x: XFAIL for x86-64.
* gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.
[[Split portion of a mixed commit.]]
From-SVN: r63163.2
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/20020720-1.x | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index ce0dd00..76e446b 100644 --- a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x +++ b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x @@ -15,7 +15,7 @@ set torture_eval_before_compile { global compiler_conditional_xfail_data set compiler_conditional_xfail_data { "This test fails to optimize completely on certain platforms." \ - { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" } \ + { "xtensa-*-*" "sh-*-*" "arm*-*-*" "strongarm*-*-*" "xscale*-*-*" "h8300*-*-*" "x86_64-*-*" } \ { "*" } \ { "-O0" } } |