URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930513-2.c] - Rev 711
Go to most recent revision | Compare with Previous | Blame | View Log
sub3 (i) const int *i; { } eq (a, b) { static int i = 0; if (a != i) abort (); i++; } main () { int i; for (i = 0; i < 4; i++) { const int j = i; int k; sub3 (&j); k = j; eq (k, k); } exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log