| Submitter | Eric Botcazou |
|---|---|
| Date | Aug. 25, 2012, 10:41 p.m. |
| Message ID | <201208260041.48522.ebotcazou@adacore.com> |
| Download | mbox | patch |
| Permalink | /patch/179994/ |
| State | New |
| Headers | show |
Comments
Patch
Index: jump.c =================================================================== --- jump.c (revision 190665) +++ jump.c (working copy) @@ -1260,9 +1260,9 @@ delete_related_insns (rtx insn) && GET_CODE (PATTERN (insn)) == SEQUENCE && CALL_P (XVECEXP (PATTERN (insn), 0, 0)))) { - rtx p = insn; + rtx p; - for (p = NEXT_INSN (p); + for (p = next && INSN_DELETED_P (next) ? NEXT_INSN (next) : next; p && NOTE_P (p); p = NEXT_INSN (p)) if (NOTE_KIND (p) == NOTE_INSN_CALL_ARG_LOCATION)