]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/paste6.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / paste6.c
diff --git a/gcc/testsuite/gcc.dg/cpp/paste6.c b/gcc/testsuite/gcc.dg/cpp/paste6.c
deleted file mode 100644 (file)
index 6b6733c..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Regression test for paste appearing at the beginning of a set of
-   actual arguments.  Original bug exposed by Linux kernel.  Problem
-   reported by Jakub Jelinek <jakub@redhat.com>.  */
-
-/* { dg-do compile } */
-
-extern int foo(int x);
-
-#define bar(x) foo(x)
-#define baz(x) bar(##x)
-
-int quux(int y) { return baz(y); }  /* { dg-warning "valid preprocessing" } */