re PR preprocessor/35322 (ICE with incomplete macro)

2008-03-14  Uros Bizjak  <ubizjak@gmail.com>

	PR libcpp/35322:
	* gcc.dg/cpp/pr35322.c: Add dg-error line.

From-SVN: r133220
This commit is contained in:
Uros Bizjak 2008-03-14 16:44:56 +01:00 committed by Tom Tromey
parent 75dd1ae27a
commit 155350439a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-03-14 Uros Bizjak <ubizjak@gmail.com>
PR libcpp/35322:
* gcc.dg/cpp/pr35322.c: Add dg-error line.
2008-03-14 Richard Guenther <rguenther@suse.de>
PR tree-optimization/34043

View File

@ -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" } */