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/] [20040202-1.c] - Rev 298
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/13789 */ /* Failed on SPARC due to a bug in store_expr. */ void *foo (void *c) { void *a = __builtin_extract_return_addr (c); return a; }
Go to most recent revision | Compare with Previous | Blame | View Log