aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/compile/20040202-1.c
blob: ba32c80490563f33e8b6a6e5ac610fdb30e370df (plain)
1
2
3
4
5
6
7
8
/* 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;
}