This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cse_insn using wrong label_ref


    The attached patch seems to fix it, but I'm not sure if this is the
    right place to be addressing this problem (i.e. there might be cases
    where src_eqv is not fully reduced, yet still has the wrong label and
    is still used, or it might be that the REG_EQUAL is supposed to have
    the right label).  I'll start a test run in case this is the right way
    to fix it ;-)

Perhaps this patch might be needed, but I'd want to understand how REG_EQUAL
ended up with the wrong label.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]