testsuite: PPC vector double requires VSX

pr101168.C uses __vector double, which requires VSX, not just Altivec.
This patch invokes the testcase with the -mvsx option.

	* g++.target/powerpc/pr101168.C: Require VSX.
This commit is contained in:
David Edelsohn 2022-05-12 14:47:35 -04:00
parent a0080f0285
commit 995060aa5e
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec" } */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-mvsx" } */
using vdbl = __vector double;
#define BREAK 1