https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106859
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot
gnu.org
Last reconfirmed|2022-09-07 00:00:00 |2026-1-28
Status|NEW |ASSIGNED
--- Comment #6 from Richard Biener <rguenth at gcc dot gnu.org> ---
Confirmed with -O2 -funroll-loops -g -fdump-rtl-vartrack
(gdb) l
2517 if (v->locs)
2518 {
2519 struct elt_loc_list *l;
2520 for (l = v->locs; l; l = l->next)
2521 {
2522 fprintf (dump_file, "\n%i: ", INSN_UID
(l->setting_insn));
2523 print_inline_rtx (dump_file, l->loc, 0);
2524 }
2525 }
2526 fprintf (dump_file, "\n");
(gdb) p l->setting_insn
$1 = (rtx_insn *) 0x0
testing a patch.