URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr32920.c] - Rev 717
Go to most recent revision | Compare with Previous | Blame | View Log
int a; void foo(void) { char buf[10]; a = a < sizeof(buf) ? a : sizeof (buf); }
Go to most recent revision | Compare with Previous | Blame | View Log