On Fri, Mar 25, 2022 at 02:51:38PM -0500, Peter Bergner wrote: > This patch updates the POWER testsuite test cases using -mcpu= and -mtune= > to use the preferred -mdejagnu-cpu= and -mdejagnu-tune= options. This also > obviates the need for the dg-skip-if directive, since the user cannot > override the -mcpu= value being used to compile the test case.
So this is all testcases that say "do not override -mcpu"? It seems likely many of these tests should move to g++.target/powerpc . Those that should not should likely not use -mcpu= in the first place (instead, those tests should use has_arch_pwrN). > +++ b/gcc/testsuite/gcc.target/powerpc/int_128bit-runnable.c > +++ b/gcc/testsuite/gcc.target/powerpc/test_mffsl.c I missed these two in reviewing when the -mcpu= was introduced, oops. Okay for trunk. Also okay for backports if you want / if you think it useful. Thanks! Segher