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/] [20031002-1.c] - Rev 868
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR/12292 http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00143.html */ char flags; int bug12292(int t) { flags &= ~(1 << (t + 4)); }
Go to most recent revision | Compare with Previous | Blame | View Log