repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update concepts branch to revision 131834
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr22231.c
blob
2107006844ac5564868bb9d1d14dd206317c090d
1
/* Test case for PR 22231. -c and -MG are invalid together. */
2
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 } */
6
7
int
anything
;