OSDN Git Service

2008-03-14 Uros Bizjak <ubizjak@gmail.com>
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Mar 2008 15:44:56 +0000 (15:44 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 14 Mar 2008 15:44:56 +0000 (15:44 +0000)
PR libcpp/35322:
* gcc.dg/cpp/pr35322.c: Add dg-error line.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133220 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/cpp/pr35322.c

index fde203e..cf5edb6 100644 (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
index 916b4cc..1af9605 100644 (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" } */