URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [unsorted/] [shft.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
foo (a) int a; { int b = 8; if ((a << b) >= 0) return 1; return a; } main () { if (foo (0x00ffffff) == 1) puts ("y"); }
Go to most recent revision | Compare with Previous | Blame | View Log