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/] [20001027-1.c] - Rev 154
Go to most recent revision | Compare with Previous | Blame | View Log
int x,*p=&x; int main() { int i=0; x=1; p[i]=2; if (x != 2) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log