URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [overflow-warn-7.c] - Rev 713
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* { dg-options "-Wall" } */ int f(char *device) { return device == ((char *)0 + ~0UL); /* { dg-bogus "overflow" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log