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: alignment: store_one_arg vs emit_push_insn


> I don't follow.  emit_push_insn barely uses it *at all*.

But the one place it *does* use it is here:

	  move_by_pieces (NULL, xinner, INTVAL (size) - used, align);

In the failing case, align is 16 and xinner is 8-bit aligned.


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