URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [torture/] [pr27743.c] - Rev 867
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ extern void abort(void); int bar(int a) { return ((unsigned) ((a) >> 2)) >> 15; } int main() { if (bar (0xffff3000) != 0x1ffff) abort (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log