On Wed, Jun 06, 2018 at 10:07:23AM -0700, Carl Love wrote:
> The following patch moves the tests from builtins-3.c that require the
> -mvsx" command line option to the new test file builtins-4.c. The
> tests that are left in file builtins-3.c require just the -maltivec
> option.
> --- /dev/null
> +++ b/gcc/testsuite/gcc.target/powerpc/builtins-4.c
> @@ -0,0 +1,167 @@
> +/* { dg-do compile { target powerpc*-*-* } } */
> +/* { dg-require-effective-target powerpc_altivec_ok } */
> +/* { dg-options "-mvsx" } */
You need powerpc_vsx_ok here? Okay for trunk with that change. Thanks!
Segher