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: Sat, 10 May 2003 22:22:25 -0400
- Subject: Re: alignment: store_one_arg vs emit_push_insn
- References: <10305100228.AA20914@vlsi1.ultra.nyu.edu>
> No, it looks right to me. PARM_BOUNDARY is the smallest alignment a
> parameter is allowed to have, but some might be more aligned.
Then emit_push_insn is misusing it, as it uses it as the alignment of
the source, not just the destination.