URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.c-torture/] [execute/] [pr42269-2.c] - Rev 297
Go to most recent revision | Compare with Previous | Blame | View Log
/* Make sure that language + abi extensions in passing S interoperate. */ static long long __attribute__((noinline)) foo (unsigned short s) { return (short) s; } unsigned short s = 0xFFFF; int main (void) { return foo (s) + 1 != 0; }
Go to most recent revision | Compare with Previous | Blame | View Log