X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.c-torture%2Fexecute%2F20020227-1.x;fp=gcc%2Ftestsuite%2Fgcc.c-torture%2Fexecute%2F20020227-1.x;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=67afb822088b3c63e5da2ed4fcaacb859bd48e6a;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.c-torture/execute/20020227-1.x b/gcc/testsuite/gcc.c-torture/execute/20020227-1.x deleted file mode 100644 index 67afb822..00000000 --- a/gcc/testsuite/gcc.c-torture/execute/20020227-1.x +++ /dev/null @@ -1,33 +0,0 @@ -# This test reportedly fails on all 64-bit targets, see PR6221. It's -# been observed to fail on at least mips-irix6, alpha, ia64, hppa64, -# sparc64/sparcv9 and mmix during April 2002. - -if { [istarget "sparc64-*-*"] || [istarget "sparcv9-*-*"] } { - # On sparc64/sparcv9 it doesn't fail at -O0/-O1, or at all with -m32. - set torture_eval_before_execute { - global compiler_conditional_xfail_data - set compiler_conditional_xfail_data { - "This test fails on 64-bit targets, see PR6221." \ - { "*-*-*" } \ - { "-O2" "-O3" "-Os" } \ - { "-m32" } - } - } -} elseif { [istarget "sparc-*-*"] } { - # Regular sparc fails with -m64, but not with -O0/-O1. - set torture_eval_before_execute { - global compiler_conditional_xfail_data - set compiler_conditional_xfail_data { - "This test fails on 64-bit targets, see PR6221." \ - { "*-*-*" } \ - { "-m64" } \ - { "-O0" "-O1" } - } - } -} elseif { [istarget "*64*-*-*"] || [istarget "alpha*-*-*"] - || [istarget "mmix-*-*"] || [istarget "mips*-*-irix6*"] } { - # Other 64-bit targets fail at all optimization levels. - set torture_execute_xfail [istarget] -} - -return 0