(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20040202-1.c
       1  /* PR target/13789 */
       2  /* Failed on SPARC due to a bug in store_expr.  */
       3  
       4  void *foo (void *c)
       5  {
       6    void *a = __builtin_extract_return_addr (c);
       7    return a;
       8  }