URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [pr39886.c] - Rev 859
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR middle-end/39886 */ int foo (int); volatile unsigned char g; void bar (int p) { char l = 0xE1; func ((foo ((p & g) <= l), 1)); }
Go to most recent revision | Compare with Previous | Blame | View Log