X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fgcc.dg%2F20020116-1.c;fp=gcc%2Ftestsuite%2Fgcc.dg%2F20020116-1.c;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=d554675bc69034e40ea3e943c429ee8bcf236113;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/gcc.dg/20020116-1.c b/gcc/testsuite/gcc.dg/20020116-1.c deleted file mode 100644 index d554675b..00000000 --- a/gcc/testsuite/gcc.dg/20020116-1.c +++ /dev/null @@ -1,16 +0,0 @@ -/* This testcase ICEd on Alpha because ldq_u argument was not subject to - small_symbolic_mem_operand splitting. */ -/* { dg-do compile } */ -/* { dg-options "-O2" } */ -/* { dg-options "-O2 -fpic -mexplicit-relocs -mcpu=ev4" { target alpha*-*-* } } */ - -static char a; -char *b; - -void foo (void) -{ - register char *c; - - c = b; - *c = a; -}