This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: buildfailure in expr.c on darwin
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 22 Nov 2001 01:03:45 -0500
- Subject: Re: buildfailure in expr.c on darwin
2001-11-20 Zack Weinberg <zack@codesourcery.com>
* config/rs6000/rs6000.h: Define DEFAULT_PCC_STRUCT_RETURN to 0,
and change RETURN_IN_MEMORY to just check AGGREGATE_TYPE_P.
seems to be the cause of the bootstrap failures on Darwin and AIX.
Why are you using AGGREGATE_TYPE_P instead of the default BLKmode?
We need to fix this ASAP.
Thanks, David