Re: [PATCH, rs6000] Enable some existing __float128 tests for powerpc64*

2016-06-30 Thread Joseph Myers
On Thu, 30 Jun 2016, Bill Schmidt wrote: > On Wed, 2016-06-29 at 16:37 +, Joseph Myers wrote: > > On Tue, 28 Jun 2016, Bill Schmidt wrote: > > > > > -/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */ > > > +/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* powerpc64*-*-*

Re: [PATCH, rs6000] Enable some existing __float128 tests for powerpc64*

2016-06-30 Thread Bill Schmidt
On Wed, 2016-06-29 at 16:37 +, Joseph Myers wrote: > On Tue, 28 Jun 2016, Bill Schmidt wrote: > > > -/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */ > > +/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* powerpc64*-*-* } > > } */ > > /* { dg-options "-pedantic" } */ >

Re: [PATCH, rs6000] Enable some existing __float128 tests for powerpc64*

2016-06-29 Thread Joseph Myers
On Tue, 28 Jun 2016, Bill Schmidt wrote: > -/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* } } */ > +/* { dg-do compile { target ia64-*-* i?86-*-* x86_64-*-* powerpc64*-*-* } } > */ > /* { dg-options "-pedantic" } */ > +/* { dg-additional-options "-mfloat128 -mvsx" { target

[PATCH, rs6000] Enable some existing __float128 tests for powerpc64*

2016-06-28 Thread Bill Schmidt
Hi, As Uros pointed out, there are a number of existing tests for __float128 in gcc.dg and gcc.dg/torture. This patch enables an appropriate subset of those tests for 64-bit PowerPC, BE and LE. A few of the tests aren't appropriate for our architecture, as Joseph stated. Still, this gives us