1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-g -O -mx32 -maddress-mode=long" } */
4 
5 void uw_init_context_1 (void *);
_Unwind_ForcedUnwind(void)6 void _Unwind_ForcedUnwind (void)
7 {
8   uw_init_context_1 (__builtin_dwarf_cfa ());
9 }
10