[PATCH] add -mvsx to pr92923-1.c test requiring vsx
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Fri, 7 Feb 2020 16:36:05 +0000 (10:36 -0600)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Fri, 7 Feb 2020 16:36:05 +0000 (10:36 -0600)
    [testsuite]
  * gcc.target/powerpc/pr92923-1.c: Add -mvsx.

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr92923-1.c

index 7ec36cc1e3dc4bc4552c110de78da30c4ee2bf83..4a4550bf351b4a6b6a3858c27e4b1811fd3b77f6 100644 (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.
index f901244fcf7a4920e170ad96d473fec448391721..262f1a1c31b6b4f5b74d7b9562b99cef437d9080 100644 (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: