This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Returning structures


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~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]