Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / 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;