]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/pragma-re-1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / pragma-re-1.c
diff --git a/gcc/testsuite/gcc.dg/pragma-re-1.c b/gcc/testsuite/gcc.dg/pragma-re-1.c
deleted file mode 100644 (file)
index 80b1d37..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* { dg-do compile { target *-*-solaris* } } */
-/* { dg-final { scan-assembler "bar" } } */
-/* { dg-final { scan-assembler-not "foo" } } */
-
-#ifndef __PRAGMA_REDEFINE_EXTNAME
-#error 
-#endif
-
-#pragma redefine_extname foo bar
-extern int foo(void);
-void *p = (void *)foo;