URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [graphite/] [id-8.c] - Rev 816
Go to most recent revision | Compare with Previous | Blame | View Log
int blah; foo() { int i; for (i=0 ; i< 7 ; i++) { if (i == 7 - 1) blah = 0xfcc; else blah = 0xfee; } return blah; }
Go to most recent revision | Compare with Previous | Blame | View Log