Message ID | alpine.LNX.2.00.1304241019450.7969@zhemvz.fhfr.qr |
---|---|
State | New |
Headers | show |
Index: gcc/testsuite/gcc.c-torture/execute/pr56982.c =================================================================== --- gcc/testsuite/gcc.c-torture/execute/pr56982.c (revision 198216) +++ gcc/testsuite/gcc.c-torture/execute/pr56982.c (working copy) @@ -1,8 +1,10 @@ -#include <stdlib.h> #include <setjmp.h> -static sigjmp_buf env; -void *stderr; +extern void abort (void); +extern void exit (int); + +static jmp_buf env; + void baz (void) { __asm__ volatile ("" : : : "memory");