]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/cmdlne-dD.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / cmdlne-dD.c
diff --git a/gcc/testsuite/gcc.dg/cpp/cmdlne-dD.c b/gcc/testsuite/gcc.dg/cpp/cmdlne-dD.c
deleted file mode 100644 (file)
index 59d5211..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Copyright (C) 2000 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-/* { dg-options -dD } */
-
-/* Test -dD does not fail.  */
-
-#define objlike obj like
-#define funlike(like) fun like
-#define funlike2(fun, like) fun ## like
-#define varargs(x, ...) x #x __VA_ARGS__
-#define gnu_varargs(x, y...) x ## y