[RS6000] float128-type-2.c unsupported

I noticed this test is unsupported on power10 when looking through
test logs.  There seems no reason why that should be the case, ie.
the target test was meant to be powerpc64*-*-linux*.  And that
simplifies down further.

	* gcc.target/powerpc/float128-type-1.c: Simplify target test.
	* gcc.target/powerpc/float128-type-2.c: Likewise.
This commit is contained in:
Alan Modra 2020-10-28 15:57:57 +10:30
parent 23edcf6bee
commit bbb3625744
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { powerpc64*-*-linux* && lp64 } } } */
/* { dg-do compile { target { *-*-linux* && lp64 } } } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-options "-mdejagnu-cpu=power8 -O2 -mno-float128" } */

View File

@ -1,4 +1,4 @@
/* { dg-do compile { target { powerpc64-*-linux* && lp64 } } } */
/* { dg-do compile { target { *-*-linux* && lp64 } } } */
/* { dg-require-effective-target powerpc_p9vector_ok } */
/* { dg-options "-mdejagnu-cpu=power9 -O2 -mno-float128" } */