This is the mail archive of the gcc-bugs@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: i386-elf/rtems on gcc 3.2.2


On Thu, Feb 27, 2003 at 04:13:55PM -0600, Joel Sherrill wrote:
> +/* The svr4 ABI for the i386 says that records and unions are returned
> +   in memory.  */
> +#undef DEFAULT_PCC_STRUCT_RETURN
> +#define DEFAULT_PCC_STRUCT_RETURN 1

No, this is not ok.  You should be providing a default,
not forcing it on all the time.


r~


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