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/] [torture/] [pr26763-2.c] - Rev 424
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ extern void abort(void); int try (char *a, int d) { return a + d > a; } int main(void) { char bla[100]; if (try (bla + 50, -1)) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log