Hi! On Thu, Jun 18, 2020 at 03:20:10PM -0700, Carl Love wrote: > +The programmer is responsible for understanding the endianness issues > involved > +with the first argument and the result.
:-) > --- /dev/null > +++ b/gcc/testsuite/gcc.target/powerpc/vec-replace-word-runnable.c > @@ -0,0 +1,289 @@ > +/* { dg-do run } */ > +/* { dg-require-effective-target powerpc_future_hw } */ This now is "power10_hw". Similarly, "power10_ok" in other testcases. > +/* { dg-options "-mdejagnu-cpu=future" } */ And this "-mdejagnu-cpu=power10". Okay for trunk with those changes. Thanks! Segher