URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [960116-1.c] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
static inline p (int *p) { return !((long) p & 1); } int f (int *q) { if (p (q) && *q) return 1; return 0; } main () { if (f ((int*) 0xffffffff) != 0) abort (); exit (0); }
Go to most recent revision | Compare with Previous | Blame | View Log