[Bug debug/84545] [8 regression] FAIL: g++.dg/debug/pr44182.C -gdwarf-2 -O2 (test for excess errors)
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 26 15:30:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=84545
--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Do the:
> if (CALL_P (insn))
> {
> rtx note = find_reg_note (insn, REG_CALL_ARG_LOCATION, NULL_RTX);
> if (note)
> remove_note (insn, note);
> }
> also for insns inside a SEQUENCE?
Yes, although doing it only for the first insn therein is sufficient.
More information about the Gcc-bugs
mailing list