]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.dg/cpp/_Pragma3.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.dg / cpp / _Pragma3.c
diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma3.c b/gcc/testsuite/gcc.dg/cpp/_Pragma3.c
deleted file mode 100644 (file)
index 7d1b42a..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-/* Copyright (C) 2002 Free Software Foundation, Inc.  */
-
-/* { dg-do preprocess } */
-
-/* Pragma buffers have a NULL "inc" member, which we would dereference
-   when getting a file's date and time.
-
-   Based on PR 7526.  14 Aug 2002.  */
-
-#define GCC_PRAGMA(x) _Pragma (#x)
-GCC_PRAGMA(GCC dependency "mi1c.h")