re PR target/89736 (New test pr87532-mc.c fails on compiler not defaulting to VSX)
authorKelvin Nilsen <kelvin@gcc.gnu.org>
Tue, 19 Mar 2019 13:44:03 +0000 (13:44 +0000)
committerKelvin Nilsen <kelvin@gcc.gnu.org>
Tue, 19 Mar 2019 13:44:03 +0000 (13:44 +0000)
gcc/testsuite/ChangeLog:

2019-03-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>

PR target/89736
* gcc.target/powerpc/pr87532-mc.c: Modify dejagnu directives to
restrict this test to vsx targets.

From-SVN: r269796

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr87532-mc.c

index 86be3ca10601c2d52cc229dee5b25cda8dba5abc..1b5cfebd92155feb1224d9d7cd87b7b1e0138683 100644 (file)
@@ -1,3 +1,9 @@
+2019-03-19  Kelvin Nilsen  <kelvin@gcc.gnu.org>
+
+       PR target/89736
+       * gcc.target/powerpc/pr87532-mc.c: Modify dejagnu directives to
+       restrict this test to vsx targets.
+
 2019-03-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR target/89752
index 400df7f1b7740e98c5d81f36b1f39516a6331219..e5f79aa5dc1fe9b59f2bb9b3e2e4b34df5ade4dc 100644 (file)
@@ -1,8 +1,8 @@
 /* { dg-do run { target int128 } } */
-/* { dg-require-effective-target vmx_hw } */
-/* { dg-options "-maltivec -O2" } */
+/* { dg-require-effective-target vsx_hw } */
+/* { dg-options "-mvsx -O2" } */
 
-/* This test should run the same on any target that supports altivec/dfp
+/* This test should run the same on any target that supports vsx
    instructions.  Intentionally not specifying cpu in order to test
    all code generation paths.  */