aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/gcc/testsuite/gcc.target/i386/pr52857-2.c
blob: 879240a75effc259e058e63fb139509f76ba481b (plain)
1
2
3
4
5
6
7
8
/* { dg-do compile { target { ! { ia32 } } } } */
/* { dg-options "-g -O -mx32 -maddress-mode=long" } */

void uw_init_context_1 (void *);
void _Unwind_ForcedUnwind (void)
{
  uw_init_context_1 (__builtin_dwarf_cfa ());
}