URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.dg/] [volatile1.c] - Rev 689
Compare with Previous | Blame | View Log
/* PR c/12553: we were erroneously setting TREE_SIDE_EFFECTS on &y, which confused tree-ssa. */ void f() { int x; volatile int y; &x == &y; }