Hi!
On Tue, Oct 27, 2015 at 06:31:41PM -0400, Michael Meissner wrote:
> Index: gcc/testsuite/gcc.target/powerpc/float128-1.c
> ===================================================================
> --- gcc/testsuite/gcc.target/powerpc/float128-1.c (revision 0)
> +++ gcc/testsuite/gcc.target/powerpc/float128-1.c (revision 0)
> @@ -0,0 +1,149 @@
> +/* { dg-do run { target { powerpc*-*-linux* } } } */
> +/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
> +/* { dg-skip-if "" { powerpc*-*-*spe* } { "*" } { "" } } */
Some of this is redundant. Should this really be linux-only?
The second line doesn't do anything then. { "*" } { "" } isn't
needed either.
In general, please only add dg-skip-if if you know it is needed.
There probably should be an effective-target for float128.
Segher