[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:
parent
23edcf6bee
commit
bbb3625744
|
@ -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" } */
|
||||
|
||||
|
|
|
@ -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" } */
|
||||
|
||||
|
|
Loading…
Reference in New Issue