On Fri, Sep 24, 2021 at 10:20:46AM -0500, Bill Schmidt wrote: > --- /dev/null > +++ b/gcc/testsuite/gcc.target/powerpc/pr101985-1.c > @@ -0,0 +1,18 @@ > +/* PR target/101985 */ > +/* { dg-do run } */ > +/* { dg-require-effective-target vsx_hw } */ > +/* { dg-options "-O2" } */
If you need vsx_hw (or vsx_ok), you need -mvsx in the options as well. (Always, so in both testcases here). Segher