[PATCH] Fix PR 20606 and PR 24069

Andrew Haley aph@redhat.com
Mon Oct 3 09:38:00 GMT 2005


Andrew Pinski writes:
 > The problem here is that we have an indirect jump to a label.
 > JUMP_LABEL (insn) will be NULL but we will have a reg note REG_LABEL
 > for the label.  This patch fixes the problem by using that reg note.

Ahh, thanks for getting to the bottom of this one.  Is this bug on the
4.0 branch?

Andrew.



More information about the Gcc-patches mailing list