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:
parent
75dd1ae27a
commit
155350439a
@ -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
|
||||
|
@ -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" } */
|
||||
|
Loading…
x
Reference in New Issue
Block a user