This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/50686] [4.7 regression] IRIX 6.5 bootstrap failure: ICE in in lookup_cfa_1, at dwarf2cfi.c:595


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50686

--- Comment #14 from Bernd Schmidt <bernds at gcc dot gnu.org> 2011-10-17 16:34:42 UTC ---
Ok, so there are two restore_state notes following each other; note 374 and
note 375. We'll want a breakpoint in add_cfi to catch the two calls where these
notes are added. I'd expect it's from connect_traces, and at

          cfi->dw_cfi_opc = DW_CFA_restore_state;
          add_cfi (cfi);

in that function I'd like to see some state:
p debug_rtx (prev_ti->head)
p debug_rtx (ti->head)
p debug_cfi_row (ti->beg_row)

for each time we reach this code.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]