Require target lra in gcc.dg/pr108095.c
[official-gcc.git] / gcc / testsuite / gcc.dg / pr22231.c
blobe87943588bc794ec872d09d9aed221b8b029c1ec
1 /* Test case for PR 22231. -c and -MG are invalid together. */
3 /* { dg-do compile } */
4 /* { dg-options "-MG -MD -c" } */
5 /* { dg-error "may only be used with .-M." ".-MG. incompatible with .-c." { target *-*-* } 0 } */
7 int anything;