tree-if-conv.c: fix ICE seen with -fno-tree-forwprop (PR tree-optimization/84178)
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20040202-1.c
blobba32c80490563f33e8b6a6e5ac610fdb30e370df
1 /* PR target/13789 */
2 /* Failed on SPARC due to a bug in store_expr. */
4 void *foo (void *c)
6 void *a = __builtin_extract_return_addr (c);
7 return a;