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: Bugfix in store_field


    Why?  What possible relation is there between the source 
    expression alignment and the target field alignment?

When you call emit_block_move, the alignment is used for both source
and target and so have to be valid for both.

    Please describe the bugs you're fixing.

There was a misalignment on Sparc.  It was reported with Ada and I'm not
sure I could make a similar case in C.

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