This is the mail archive of the gcc-patches@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: [PATCH] Re: Mainline Regression in gcc.target/i386/pr32268.c


On Sat, Feb 16, 2008 at 10:46:15PM +0100, Uros Bizjak wrote:
> Please don't. The fix is to change soft-float/soft-fp.h a bit. Jakub, is 
> this change acceptable for glibc?

No.  You should IMHO instead
#define CMPtype int __attribute__ ((mode (__libgcc_cmp_return__)))
in config/i386/sfp-machine.h.
There is nothing libc specific on having a default CMPtype definition.

> -#ifndef CMPtype
> +#ifdef _LIBC
> #define CMPtype                int
> #endif

	Jakub


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