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: Unaligned block moves and MEM_ALIGN re-broken


    It's perfectly legitimate and normal for some alignment to be necessary on
    a target without STRICT_ALIGNMENT.  For example, a DFmode item may need to
    have a 32bit alignment on a target without STRICT_ALIGNMENT.

What code is responsible for doing that?  Look at compute_record_mode
in stor-layout.c.


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