URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20040202-1.c] - Rev 832
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