| Submitter | Jakub Jelinek |
|---|---|
| Date | July 28, 2010, 3:51 p.m. |
| Message ID | <20100728155152.GA18378@tyan-ft48-01.lab.bos.redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/60157/ |
| State | New |
| Headers | show |
Comments
OK. Jason
Patch
--- gcc/dwarf2out.c.jj 2010-07-28 10:36:00.000000000 +0200 +++ gcc/dwarf2out.c 2010-07-28 11:44:24.000000000 +0200 @@ -21278,7 +21278,7 @@ dwarf2out_var_location (rtx loc_note) next_real = next_real_insn (loc_note); /* If there are no instructions which would be affected by this note, don't do anything. */ - if (next_real == NULL_RTX) + if (next_real == NULL_RTX && !NOTE_DURING_CALL_P (loc_note)) return; /* If there were any real insns between note we processed last time