alignment: store_one_arg vs emit_push_insn

DJ Delorie dj@redhat.com
Sun May 11 15:30:00 GMT 2003


> I thought you were talking about it using PARM_BOUNDARY.
> 
> In this case the bug seems to be that xinner isn't properly aligned.

The testcase is gcc.dg/struct-by-value-1.c

"xinner" is originally an struct with an array of char, 8-bit aligned,
at an odd address.  That is "properly aligned" for that type.  The
stack and parameters on it are 16-bit aligned.



More information about the Gcc mailing list