[PATCH,rs6000] Testsuite fixup pr96139 tests
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Wed, 9 Sep 2020 15:59:38 +0000 (10:59 -0500)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Fri, 11 Sep 2020 20:47:20 +0000 (15:47 -0500)
Hi,
  As reported, the recently added pr96139 tests will fail on older targets
  because the tests are missing the appropriate -mvsx or -maltivec options.
  This adds the options and clarifies the dg-require statements.

  The pr96139-c.c test needs -maltivec to work, but does not actually use
  vectors, so does not require -mvsx like the others.

  Sniff-regtested OK when specifying older targets on a power7 host.
  --target_board=unix/'{-mcpu=power4,-mcpu=power5,-mcpu=power6,-mcpu=power7,
  -mcpu=power8,-mcpu=power9}''{-m64,-m32}'"

gcc/testsuite/ChangeLog:
* gcc.target/powerpc/pr96139-a.c: Specify -mvsx option and update the
dg-require stanza to match.
* gcc.target/powerpc/pr96139-b.c: Same.
* gcc.target/powerpc/pr96139-c.c: Specify -maltivec option and update
the dg-require stanza to match.

gcc/testsuite/gcc.target/powerpc/pr96139-a.c
gcc/testsuite/gcc.target/powerpc/pr96139-b.c
gcc/testsuite/gcc.target/powerpc/pr96139-c.c

index b3daee4b1ae292ea5b1be502b62f54f7d0ffb7d1..12a3383902c55821cb2103fd1c50a2b67bf1cdfb 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -Wall -m32" } */
+/* { dg-options "-O2 -Wall -m32 -mvsx" } */
 /* { dg-require-effective-target ilp32 } */
-/* { dg-require-effective-target powerpc_altivec_ok } */
+/* { dg-require-effective-target powerpc_vsx_ok } */
 
 #include <stdio.h>
 #include <altivec.h>
index 19c1110d0b3eae31436c85e7b8aeccdbaedf9df0..379849a591a3e48af9ece4c861400219c2401f25 100644 (file)
@@ -1,7 +1,7 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -Wall -m64" } */
+/* { dg-options "-O2 -Wall -m64 -mvsx" } */
 /* { dg-require-effective-target lp64 } */
-/* { dg-require-effective-target powerpc_altivec_ok } */
+/* { dg-require-effective-target powerpc_vsx_ok } */
 
 #include <stdio.h>
 #include <altivec.h>
index 2464b8da4f71ff35288c9d19938474e2f4883de6..3ada26034280840dbf10f6ac8349b56400094cfc 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do run } */
-/* { dg-options "-O2 -Wall" } */
+/* { dg-options "-O2 -Wall -maltivec" } */
 /* { dg-require-effective-target powerpc_altivec_ok } */
 
 /*