OSDN Git Service

2009-05-19 Richard Guenther <rguenther@suse.de>
[pf3gnuchains/gcc-fork.git] / 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 }