]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: pr70963.c: Require at least power8 at both compile and run time.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Sun, 15 May 2016 21:55:33 +0000 (21:55 +0000)
committerWilliam Schmidt <wschmidt@gcc.gnu.org>
Sun, 15 May 2016 21:55:33 +0000 (21:55 +0000)
2016-05-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

Backport from mainline
2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>

* gcc.target/powerpc/pr70963.c: Require at least power8 at both
compile and run time.

From-SVN: r236259

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr70963.c

index 506bc4a42e3b82833f1ab1453ff6cf4ff5e2a17b..2c743807b825c614ba00047a2c25be7ec98adf22 100644 (file)
@@ -1,3 +1,11 @@
+2016-05-15  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       Backport from mainline
+       2016-05-11  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
+
+       * gcc.target/powerpc/pr70963.c: Require at least power8 at both
+       compile and run time.
+
 2016-05-10  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
 
        Backport from mainline
index b5d8316b722f65f724b483e6aedbbe4a31f500fc..128ebd9f09ff9e3a4240e4176de643f63eef9965 100644 (file)
@@ -1,7 +1,8 @@
-/* { dg-do run { target { powerpc64*-*-* && vsx_hw } } } */
-/* { dg-require-effective-target powerpc_vsx_ok } */
+/* { dg-do run { target powerpc64*-*-* } } */
+/* { dg-require-effective-target p8vector_hw } */
 /* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
-/* { dg-options "-maltivec" } */
+/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power8" } } */
+/* { dg-options "-mcpu=power8" } */
 
 #include <stdlib.h>
 #include <stdio.h>