Hi,

The subject test requires little endian, but the target selector doesn't
specify this.  This patch fixes that.  Tested on BE/LE P8 systems,
committed as obvious.

Thanks,
Bill


2017-05-22  Bill Schmidt  <wschm...@linux.vnet.ibm.com>

        * gcc.target/powerpc/p8-vec-xl-xst.c: Fix target string to
        LE-only.


Index: gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c
===================================================================
--- gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c    (revision 248347)
+++ gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c    (working copy)
@@ -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" } } */

Reply via email to