URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20030110-1.c] - Rev 832
Go to most recent revision | Compare with Previous | Blame | View Log
extern char bpp; void foo() { if (bpp == 32) { if (2 < 8) { do { while (inb(0x9ae8) & (0x0100 >> (2 +1))); } while(0); } else { do { while (inb(0x9ae8) & (0x0100 >> (2))); } while(0); } } else do { while (inb(0x9ae8) & (0x0100 >> (1))); } while(0); if (8 < 8) { do { while (inb(0x9ae8) & (0x0100 >> (8 +1))); } while(0); } }
Go to most recent revision | Compare with Previous | Blame | View Log