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: [PATCH, committed] rtlanal.c latent bug fix


>         * rtlanal.c (refers_to_regno_p): Test regno, not inner_regno,
>         against FIRST_PSEUDO_REGISTER.

This is wrong as well.  Here, too, both the test and the index should be
inner_regno.


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