Hi Will,
On Wed, Feb 21, 2018 at 11:33:14AM -0600, Will Schmidt wrote:
> This patch moves the vsx related content from the altivec-7-be test into
> a new vsx-7-be test.
> This fixes up some test failures as seen on older power systems.
> --- /dev/null
> +++ b/gcc/testsuite/gcc.target/powerpc/vsx-7-be.c
> @@ -0,0 +1,42 @@
> +/* { dg-do compile { target powerpc64-*-* } } */
powerpc*-*-* please, and if you need 64-bit use lp64.
Otherwise fine. Okay for trunk with that fixed. Thanks!
(Is it useful to copy the altivec stuff here though? The altivec-7-be
test will be run as well).
Segher