2 /* { dg-options "-Os -fomit-frame-pointer -fno-asynchronous-unwind-tables" } */
3 /* { dg-additional-options "-mno-accumulate-outgoing-args" { target { ! { *-*-mingw* *-*-cygwin* } } } } */
5 extern void abort(void);
9 void __attribute__((noinline
))
12 asm volatile ("" : : "g"(x
));
15 void __attribute__((noinline
))
18 p
[0] = __builtin_return_address (0);
21 g(1, 2, 3, 4, 5, 6, 7);
23 asm goto ("jmp %l0" : : : : label
);
27 p
[1] = __builtin_return_address (0);