------- Comment #8 from pinskia at gcc dot gnu dot org 2006-02-02 20:22 ------- Reduced testcase: struct _Unwind_Context { void *ra; } init_dwarf_reg_size_table (void) { struct _Unwind_Context this_context, cur_context; __builtin_unwind_init (); long offset = uw_install_context_1 ((&this_context), (&cur_context)); void *handler = __builtin_frob_return_addr ((&cur_context)->ra); __builtin_eh_return (offset, handler); }
-- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC build triplet|powerpc-apple-darwin8.3.0 | GCC host triplet|powerpc-apple-darwin8.3.0 | GCC target triplet|powerpc-apple-darwin8.3.0 |powerpc-*-darwin* Last reconfirmed|0000-00-00 00:00:00 |2006-02-02 20:22:25 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25127