URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [g++.dg/] [opt/] [fold1.C] - Rev 693
Compare with Previous | Blame | View Log
// PR middle-end/13696// { dg-do compile }// { dg-options "-O2" }extern void x(unsigned long*);enum e { red, blue, green };struct s {unsigned long l;};struct s map[1][256];voidf(int i,e j) {x(&(map[i][j].l));}
