This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Returning structures
- To: Geoffrey Keating <geoffk at cygnus dot com>
- Subject: Re: Returning structures
- From: Richard Henderson <rth at redhat dot com>
- Date: Tue, 13 Feb 2001 22:37:27 -0800
- Cc: gcc at gcc dot gnu dot org
- References: <200102140215.f1E2Fjo04313@thief.cygnus.com>
On Tue, Feb 13, 2001 at 06:15:45PM -0800, Geoffrey Keating wrote:
> Sometimes, GCC will decide it needs not allocate a buffer, instead
> using some other place for the data. This causes testcase
> execute/20010124-1.c to fail, as the called routine expects that the
> buffer is distinct from any other memory it knows about and given the
> wording above this is reasonable. So I intend to change calls.c so
> that it always allocates a buffer.
It would be nice, btw, to identify the change that caused
this test to fail. It passes with 2.95.
r~