]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/paste1.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / paste1.c
diff --git a/gcc/testsuite/gcc.dg/cpp/paste1.c b/gcc/testsuite/gcc.dg/cpp/paste1.c
deleted file mode 100644 (file)
index 7b07f74..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-
-/* Test operator ## semantics.  */
-
-#define bad1 ## owt    /* { dg-error "cannot" "## at objlike start" } */
-#define bad2 owt ##    /* { dg-error "cannot" "## at objlike end" } */
-#define bad3(x) ## x   /* { dg-error "cannot" "## at funlike start" } */
-#define bad4(x) x ##   /* { dg-error "cannot" "## at funlike end" } */