PATCH to avoid copying tail padding (was: GCC 3.2)

Jason Merrill jason@redhat.com
Thu Sep 12 06:52:00 GMT 2002


One more problem: we were using expr_size in store_one_arg to determine how
much space to push.  That amount should be determined by the size of the
type, not the data size of the expression.

Tested i686-pc-linux-gnu, applied trunk and 3.2 branch.

2002-09-12  Jason Merrill  <jason@redhat.com>

	* calls.c (store_one_arg): Use size_in_bytes to determine the
	amount of space to push.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: text/x-patch
Size: 810 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20020912/92b6551e/attachment.bin>


More information about the Gcc-patches mailing list