20020720-1.x: XFAIL for x86-64.
authorJan Hubicka <hubicka@gcc.gnu.org>
Thu, 20 Feb 2003 13:41:09 +0000 (13:41 +0000)
committerJan Hubicka <hubicka@gcc.gnu.org>
Thu, 20 Feb 2003 13:41:09 +0000 (13:41 +0000)
* gcc.c-torture/execute/20020720-1.x: XFAIL for x86-64.

[[Split portion of a mixed commit.]]

From-SVN: r63163.2

gcc/testsuite/gcc.c-torture/execute/20020720-1.x

index ce0dd0033cb8debdd694784eaf4c043a95d0c189..76e446be4d103ff48fd6fbc2714d00ba95cc3ecb 100644 (file)
@@ -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" }
     }