X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.c-torture%2Fcompile%2F20000804-1.x;fp=gcc%2Ftestsuite%2Fgcc.c-torture%2Fcompile%2F20000804-1.x;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=7538c513f70e484f718b73f480933689e1107b21;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.c-torture/compile/20000804-1.x b/gcc/testsuite/gcc.c-torture/compile/20000804-1.x deleted file mode 100644 index 7538c513..00000000 --- a/gcc/testsuite/gcc.c-torture/compile/20000804-1.x +++ /dev/null @@ -1,10 +0,0 @@ -# This does not work on m68hc11 due to the use of an asm statement -# to force a 'long long' (64-bits) to go in a register. - -global target_triplet -if { [istarget "m6811-*-*"] || [istarget "m6812-*-*"] } { - set torture_compile_xfail "$target_triplet" - return 1 -} - -return 0