Commit 3741ff58 by Tom Tromey Committed by Tom Tromey

* gcc.dg/pr22231.c: Fix dg-error call.

From-SVN: r135136
parent 17b29c0a
2008-05-09 Tom Tromey <tromey@redhat.com> 2008-05-09 Tom Tromey <tromey@redhat.com>
* gcc.dg/pr22231.c: Fix dg-error call.
2008-05-09 Tom Tromey <tromey@redhat.com>
PR preprocessor/22231: PR preprocessor/22231:
* gcc.dg/pr22231.c: New file. * gcc.dg/pr22231.c: New file.
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
/* { dg-do compile } */ /* { dg-do compile } */
/* { dg-options "-MG -MD -c" } */ /* { dg-options "-MG -MD -c" } */
/* { dg-error "may only be used with -M" "" 0 */ /* { dg-error "may only be used with -M" "-MG incompatible with -c" { target *-*-* } 0 } */
int anything; int anything;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment