aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/_Pragma4.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/_Pragma4.c')
-rw-r--r--gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/_Pragma4.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/_Pragma4.c b/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/_Pragma4.c
deleted file mode 100644
index f6f43d6b2..000000000
--- a/gcc-4.8.1/gcc/testsuite/gcc.dg/cpp/_Pragma4.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* { dg-do preprocess } */
-
-/* Based on Debian GNATS PR 157416. 3 Sep 2002. */
-
-#define b foo _Pragma ("bar") baz
-a b c
-
-/* { dg-final { scan-file "_Pragma4.i" "(^|\\n)#pragma bar($|\\n)" } } */