URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr20187-1.c] - Rev 308
Go to most recent revision | Compare with Previous | Blame | View Log
int a = 0x101; int b = 0x100; int test (void) { return (((unsigned char) (unsigned long long) ((a ? a : 1) & (a * b))) ? 0 : 1); } int main (void) { return 1 - test (); }
Go to most recent revision | Compare with Previous | Blame | View Log