]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
This commit was manufactured by cvs2svn to create branch
authorNo Author <no-author@gcc.gnu.org>
Thu, 15 Aug 2002 19:47:44 +0000 (19:47 +0000)
committerNo Author <no-author@gcc.gnu.org>
Thu, 15 Aug 2002 19:47:44 +0000 (19:47 +0000)
'gcc-3_2-branch'.

From-SVN: r56354

gcc/testsuite/gcc.dg/cpp/_Pragma3.c [new file with mode: 0644]

diff --git a/gcc/testsuite/gcc.dg/cpp/_Pragma3.c b/gcc/testsuite/gcc.dg/cpp/_Pragma3.c
new file mode 100644 (file)
index 0000000..7d1b42a
--- /dev/null
@@ -0,0 +1,11 @@
+/* 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")