From: Jan Hubicka Date: Thu, 20 Feb 2003 13:41:09 +0000 (+0000) Subject: 20020720-1.x: XFAIL for x86-64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5b5142fbf9d1e4dcfdf30e319ff9a82af8a13457;p=gcc.git 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 --- diff --git a/gcc/testsuite/gcc.c-torture/execute/20020720-1.x b/gcc/testsuite/gcc.c-torture/execute/20020720-1.x index ce0dd0033cb..76e446be4d1 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" } }