URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr17408.c] - Rev 301
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