URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20021119-1.c] - Rev 297
Compare with Previous | Blame | View Log
/* PR c/8588 */ /* Contributed by Volker Reichelt. */ /* Verify that GCC converts integer constants in shift operations. */ void foo() { unsigned int i, j; j = (i >> 0xf0); }