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]
Other format: [Raw text]

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


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