This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: alignment: store_one_arg vs emit_push_insn
- From: DJ Delorie <dj at redhat dot com>
- To: kenner at vlsi1 dot ultra dot nyu dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Sun, 11 May 2003 10:33:19 -0400
- Subject: Re: alignment: store_one_arg vs emit_push_insn
- References: <10305111136.AA26050@vlsi1.ultra.nyu.edu>
> 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.