https://sourceware.org/bugzilla/show_bug.cgi?id=33170
--- Comment #4 from Sam James <sam at gentoo dot org> --- ``` (rr) bt #0 sframe_xlate_do_restore (xlate_ctx=0x55af5ff417f0, cfi_insn=0x55af601f09f0) at gen-sframe.c:1291 #1 0x000055af54443b65 in sframe_do_cfi_insn (xlate_ctx=0x55af5ff417f0, cfi_insn=0x55af601f09f0) at gen-sframe.c:1756 #2 0x000055af54443cf6 in sframe_do_fde (xlate_ctx=0x55af5ff417f0, dw_fde=0x55af601f05a0) at gen-sframe.c:1818 #3 0x000055af54443e42 in create_sframe_all () at gen-sframe.c:1887 #4 0x000055af54443edc in output_sframe (sframe_seg=0x55af60266cb8) at gen-sframe.c:1915 #5 0x000055af5443a763 in cfi_finish () at dw2gencfi.c:2615 #6 0x000055af5442dc0e in main (argc=2, argv=0x55af5ff1d470) at as.c:1514 ``` ``` Breakpoint 1, sframe_xlate_do_restore (xlate_ctx=0x55af5ff417f0, cfi_insn=0x55af601f09f0) at gen-sframe.c:1283 1283 struct sframe_row_entry *cie_fre = xlate_ctx->first_fre; (rr) p cie_fre $1 = (struct sframe_row_entry *) 0x55af6030c5c0 (rr) p *cie_fre $2 = { next = 0x55af6030c, pc_begin = 0x55af601e6a80, pc_end = 0x0, merge_candidate = true, mangled_ra_p = false, cfa_base_reg = 6, cfa_offset = 16, base_reg = 0, bp_loc = 1, bp_offset = -16, ra_loc = 0, ra_offset = 0 } (rr) n 1287 struct sframe_row_entry *cur_fre = xlate_ctx->cur_fre; (rr) n 1291 gas_assert (cie_fre); (rr) p cie_fre $3 = (struct sframe_row_entry *) 0x0 (rr) p xlate_ctx $4 = (struct sframe_xlate_ctx *) 0x55af5ff417f0 (rr) p *xlate_ctx $5 = { dw_fde = 0x55af601f05a0, first_fre = 0x0, last_fre = 0x0, cur_fre = 0x55af6030c520, remember_fre = 0x0, num_xlate_fres = 0 } ``` -- You are receiving this mail because: You are on the CC list for the bug.