This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: IA-64 structure passing
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 18 Mar 2002 19:07:51 -0800
- Subject: Re: IA-64 structure passing
- References: <20020318192512.M32482@sunsite.ms.mff.cuni.cz>
On Mon, Mar 18, 2002 at 07:25:12PM +0100, Jakub Jelinek wrote:
> Wouldn't it be possible to assume argument pointer to be only 8 bytes
> aligned if current_function_pretend_args_size != 0 and 16 bytes otherwise?
I don't think so. I can't think of where we'd hook in to
set 8 vs 16 after pretend_args_size is computed.
For the branch, I'm testing a patch that just reverts the
previous patch and sets the alignment to 8.
r~