On Thu, May 31, 2018 at 02:58:40PM -0500, Will Schmidt wrote:
> 2018-05-31 Will Schmidt <[email protected]>
>
> * gcc.target/powerpc/p8-vec-xl-xst-v2.c: New.
> * gcc.target/powerpc/p8-vec-xl-xst.c: Disable gimple-folding.
> * gcc.target/powerpc/swaps-p8-17.c: Same.
Only one space after : .
> diff --git a/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst-v2.c
> b/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst-v2.c
> new file mode 100644
> index 0000000..3315c5f
> --- /dev/null
> +++ b/gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst-v2.c
> @@ -0,0 +1,64 @@
> +/* { dg-do compile { target { powerpc64le-*-* } } } */
Please use the new "le" selector here (and other files).
Looks fine otherwise, thanks.
Segher