]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/paste12.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / paste12.c
diff --git a/gcc/testsuite/gcc.dg/cpp/paste12.c b/gcc/testsuite/gcc.dg/cpp/paste12.c
deleted file mode 100644 (file)
index e61ec51..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-/* { dg-do preprocess } */
-
-/* Test correct diagnostics when pasting in #include.
-   Source: PR preprocessor/6780.  */
-
-#define inc2(a,b) <##a.b>
-#define INC(X) inc2(X,h)
-#include INC(stdio) /* { dg-error "pasting \"<\" and \"stdio\" does not" } */