]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/20000209-2.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / 20000209-2.c
diff --git a/gcc/testsuite/gcc.dg/cpp/20000209-2.c b/gcc/testsuite/gcc.dg/cpp/20000209-2.c
deleted file mode 100644 (file)
index 6a9198f..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-/* { dg-do compile } */
-/* { dg-options "-Wall" } */
-/* Distilled from glibc sources.  Tests preprocessor corner cases.
-   Since it uses rest args, we must turn off -pedantic-errors.  */
-
-#define NO_PAREN(rest...) rest
-#define DEFINE_CATEGORY(category, items) \
-const int _nl_value_type_##category[] = { NO_PAREN items }
-
-DEFINE_CATEGORY
-(
- LC_COLLATE,
- (
-   1,
-   2,
-   3,
-  ));
-
-DEFINE_CATEGORY(LC_CTYPE, (1, 2, 3));