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/] [compile/] [pr39673-2.c] - Rev 297
Compare with Previous | Blame | View Log
unsigned long long f1(); int f2(); int store_aff_word(int x) { return (int) (x ? f1() : f2()); }