URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr51246.c] - Rev 688
Compare with Previous | Blame | View Log
/* PR tree-optimization/51246 */ int a, *b; void test (void) { while (1) { int c; a = c; b = &c; } }