]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/hash1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / hash1.c
diff --git a/gcc/testsuite/gcc.dg/cpp/hash1.c b/gcc/testsuite/gcc.dg/cpp/hash1.c
deleted file mode 100644 (file)
index a4c4b35..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/* Test for proper handling of # in object-like macros.
-   From Linux kernel.  */
-/* { dg-do preprocess } */
-
-#define FIXUP  .section ".fixup",#alloc,#execinstr
-
-FIXUP
-
-/* { dg-bogus "not followed by" "object-like #" { target *-*-* } 3 } */