aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>2017-05-22 19:43:36 +0000
committerWilliam Schmidt <wschmidt@gcc.gnu.org>2017-05-22 19:43:36 +0000
commit25b8168681bb5d1bc5e74c54b8f4cad635636ff1 (patch)
tree8fad28b02779a346a00ba3258a1d644f3486aa25
parentd11c168a673e6a451bbaa7ccde2ed2229d123a94 (diff)
downloadgcc-25b8168681bb5d1bc5e74c54b8f4cad635636ff1.zip
gcc-25b8168681bb5d1bc5e74c54b8f4cad635636ff1.tar.gz
gcc-25b8168681bb5d1bc5e74c54b8f4cad635636ff1.tar.bz2
p8-vec-xl-xst.c: Fix target string to LE-only.
2017-05-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * gcc.target/powerpc/p8-vec-xl-xst.c: Fix target string to LE-only. From-SVN: r248348
-rw-r--r--gcc/testsuite/ChangeLog5
-rw-r--r--gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index d9a1e1c..08cfe12 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2017-05-22 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
+
+ * gcc.target/powerpc/p8-vec-xl-xst.c: Fix target string to
+ LE-only.
+
2017-05-22 Janus Weil <janus@gcc.gnu.org>
PR fortran/80766
diff --git a/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c b/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c
index de4e10f..d9dc641 100644
--- a/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c
+++ b/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c
@@ -1,4 +1,4 @@
-/* { dg-do compile { target { powerpc*-*-* } } } */
+/* { dg-do compile { target { powerpc64le-*-* } } } */
/* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
/* { dg-require-effective-target powerpc_p8vector_ok } */
/* { dg-skip-if "do not override -mcpu" { powerpc*-*-* } { "-mcpu=*" } { "-mcpu=power8" } } */