From: Uros Bizjak Date: Fri, 14 Mar 2008 15:44:56 +0000 (+0100) Subject: re PR preprocessor/35322 (ICE with incomplete macro) X-Git-Tag: releases/gcc-4.4.0~6039 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=155350439afb47e68f93beb052eb93c0128c017c;p=thirdparty%2Fgcc.git 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 --- 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" } */