[PATCH] add -mvsx to pr92923-1.c test requiring vsx

[testsuite]
	  * gcc.target/powerpc/pr92923-1.c: Add -mvsx.
This commit is contained in:
Will Schmidt 2020-02-07 10:36:05 -06:00
parent 572992c892
commit 6fa476f6e1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2020-02-07 Will Schmidt <will_schmidt@vnet.ibm.com>
* testsuite/gcc.target/powerpc/pr92923-1.c: Add -mvsx.
2020-02-07 Dennis Zhang <dennis.zhang@arm.com>
* gcc.target/aarch64/simd/vmmla.c: New test.

View File

@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-require-effective-target powerpc_altivec_ok } */
/* { dg-options "-maltivec -O2 -fdump-tree-gimple" } */
/* { dg-require-effective-target powerpc_vsx_ok } */
/* { dg-options "-mvsx -O2 -fdump-tree-gimple" } */
/* Verify that overloaded built-ins for "and", "andc", "nor", "or" and "xor"
do not produce VIEW_CONVERT_EXPR operations on their operands. Like so: