]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/20020122-4.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / 20020122-4.c
diff --git a/gcc/testsuite/gcc.dg/20020122-4.c b/gcc/testsuite/gcc.dg/20020122-4.c
deleted file mode 100644 (file)
index 653dfcb..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Alpha -msmall-data didn't transform (mem (symbol_ref)) to
-   (mem (lo_sum pic (symbol_ref))) within an asm at the right time.  */
-/* { dg-do compile } */
-/* { dg-options "-O2 -fpic" } */
-/* { dg-warning "not supported" "PIC unsupported" { target cris-*-elf* cris-*-aout* mmix-*-* } 0 } */
-
-void foo()
-{
-  static int test;
-  int dummy;
-  asm volatile ("" : "=m"(test), "=r"(dummy) : "m"(test));
-}