This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Fix x86-64 aligned empty aggregate passing (PR target/20795)
- From: Richard Henderson <rth at redhat dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Jan Hubicka <hubicka at ucw dot cz>, gcc-patches at gcc dot gnu dot org
- Date: Thu, 7 Apr 2005 10:50:29 -0700
- Subject: Re: [PATCH] Fix x86-64 aligned empty aggregate passing (PR target/20795)
- References: <20050406171427.GL17420@devserv.devel.redhat.com>
On Wed, Apr 06, 2005 at 01:14:27PM -0400, Jakub Jelinek wrote:
> * config/i386/i386.c (construct_container): Pass empty aligned
> struct, union or class in memory.
> * g++.dg/abi/param2.C: New test.
Reasonable.
r~