URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [930123-1.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
f(int *x) { *x = 0; } main() { int s, c, x; char a[] = "c"; f(&s); a[c = 0] = s == 0 ? (x=1, 'a') : (x=2, 'b'); if (a[c] != 'a') abort(); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log