URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17408.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PRs 17408 and 17409, with different options. */ extern int t; extern int t = 0; void f(){t =0;} void g(){h(&t);}
Go to most recent revision | Compare with Previous | Blame | View Log