Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / sparc-frame-1.c
blob24fe390aedddb0774858cdd7da107b81210303a0
1 /* PR target/24284 */
2 /* { dg-do compile { target sparc*-*-* } } */
3 /* { dg-options "-O -g" } */
5 void do_run(void *ip)
7 char dummy[8192];
9 __asm__("" : : "g"(dummy));
11 goto *ip;