URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr22231.c] - Rev 478
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test case for PR 22231. -c and -MG are invalid together. */ /* { dg-do compile } */ /* { dg-options "-MG -MD -c" } */ /* { dg-error "may only be used with -M" "-MG incompatible with -c" { target *-*-* } 0 } */ int anything;
Go to most recent revision | Compare with Previous | Blame | View Log