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]

Re: problem with emit-rtl.c change


On Mon, Jun 11, 2001 at 11:32:36AM +1200, Michael Hayes wrote:
> -      final_offset = byte % (GET_MODE_UNIT_SIZE (innermode) / 2);
> +      final_offset = byte % (GET_MODE_SIZE (innermode) / 2);

No.  The correct fix is to remove the /2.


r~


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