From 155350439afb47e68f93beb052eb93c0128c017c Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Fri, 14 Mar 2008 16:44:56 +0100 Subject: [PATCH] re PR preprocessor/35322 (ICE with incomplete macro) 2008-03-14 Uros Bizjak PR libcpp/35322: * gcc.dg/cpp/pr35322.c: Add dg-error line. From-SVN: r133220 --- gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/cpp/pr35322.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fde203efb177..cf5edb6c4c17 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-03-14 Uros Bizjak + + PR libcpp/35322: + * gcc.dg/cpp/pr35322.c: Add dg-error line. + 2008-03-14 Richard Guenther PR tree-optimization/34043 diff --git a/gcc/testsuite/gcc.dg/cpp/pr35322.c b/gcc/testsuite/gcc.dg/cpp/pr35322.c index 916b4cc55c39..1af9605eac6c 100644 --- a/gcc/testsuite/gcc.dg/cpp/pr35322.c +++ b/gcc/testsuite/gcc.dg/cpp/pr35322.c @@ -1,4 +1,4 @@ /* Test case for PR 35322 -- _Pragma ICE. */ /* { dg-do preprocess } */ -_Pragma("GCC dependency") +_Pragma("GCC dependency") /* { dg-error "#pragma dependency expects" } */ -- 2.47.3