URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20021124-1.c] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR optimization/8275 */ /* Contributed by Volker Reichelt. */ unsigned int foo (unsigned int u) { return (u >> 32) & 0xffff; }
Go to most recent revision | Compare with Previous | Blame | View Log