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/] [930109-1.c] - Rev 816
Compare with Previous | Blame | View Log
f(x) unsigned x; { static short c; return x>>c; } g(x) unsigned x; { static char c; return x>>c; }