URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [pr21085.c] - Rev 301
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do compile } */ /* This used to cause excessive use, or a stack overflow, depending on which came first. */ void foo (void) { int maxstringlen = 1; int limit = 0, maxblock = 0, maxblockrem = 0; maxblockrem = (maxstringlen) % (2147483647 + 1); /* { dg-warning "overflow" } */ }
Go to most recent revision | Compare with Previous | Blame | View Log