[Bug target/104613] ICE in dwarf2out_frame_debug_adjust_cfa, at dwarf2cfi.c:1189
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Mar 7 02:11:43 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104613
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
struct _Unwind_Context _Unwind_Resume_or_Rethrow_this_context;
void offset (int);
struct _Unwind_Context {
void *reg[7];
} _Unwind_Resume_or_Rethrow() {
struct _Unwind_Context cur_contextcur_context =
_Unwind_Resume_or_Rethrow_this_context;
offset(0);
__builtin_eh_return ((long) offset, 0);
}
More information about the Gcc-bugs
mailing list