This is the mail archive of the gcc@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: change_address


Richard Kenner wrote:
>     change_address in emit-rtl.c calls get_mem_attrs with the memory
>     alignment in memory units.  Shouldn't the alignment be in bits?
> 
> Yup.  For a very short time, I had it in bytes but then changed it
> and forgot to change this one.  Tjanks.

Maybe you forgot "align == 1" in get_mem_attrs too?

-- 
Lars Brinkhoff          http://lars.nocrew.org/     Linux, GCC, PDP-10
Brinkhoff Consulting    http://www.brinkhoff.se/    programming


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