Message ID | 20100728155152.GA18378@tyan-ft48-01.lab.bos.redhat.com |
---|---|
State | New |
Headers | show |
OK. Jason
--- 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