Re: PATCH: Enable __float128 in gcc.target/i386/builtin-copysign.c for 32bit

2011-03-14 Thread Uros Bizjak
On Sat, Mar 12, 2011 at 7:28 PM, H.J. Lu wrote: > Hi, > > __float128 has been supported on ia32 for a while.  This patch removes > __LP64__ check.  OK for 4.7? > > Thanks. > > H.J. > --- > 2011-03-12  H.J. Lu   > >        * gcc.target/i386/builtin-copysign.c: Remove __LP64__ check. OK. Thanks, U

PATCH: Enable __float128 in gcc.target/i386/builtin-copysign.c for 32bit

2011-03-12 Thread H.J. Lu
Hi, __float128 has been supported on ia32 for a while. This patch removes __LP64__ check. OK for 4.7? Thanks. H.J. --- 2011-03-12 H.J. Lu * gcc.target/i386/builtin-copysign.c: Remove __LP64__ check. diff --git a/gcc/testsuite/gcc.target/i386/builtin-copysign.c b/gcc/testsuite/gcc