URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [libmudflap/] [testsuite/] [libmudflap.c/] [pass63-frag.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
/* Check -Wno-mudflap flag */ /* { dg-do compile } */ /* { dg-options "-fmudflap -Wno-mudflap" } */ extern char x[]; int main() { return x[3]; } /* { dg-bogus "mudflap cannot track" } */
Go to most recent revision | Compare with Previous | Blame | View Log