From: Bill Schmidt Date: Mon, 22 May 2017 19:43:36 +0000 (+0000) Subject: p8-vec-xl-xst.c: Fix target string to LE-only. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=25b8168681bb5d1bc5e74c54b8f4cad635636ff1;p=gcc.git p8-vec-xl-xst.c: Fix target string to LE-only. 2017-05-22 Bill Schmidt * gcc.target/powerpc/p8-vec-xl-xst.c: Fix target string to LE-only. From-SVN: r248348 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index d9a1e1c264d..08cfe126d69 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2017-05-22 Bill Schmidt + + * gcc.target/powerpc/p8-vec-xl-xst.c: Fix target string to + LE-only. + 2017-05-22 Janus Weil 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 de4e10fa47e..d9dc641de77 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" } } */