Hi!
On Fri, Jun 11, 2021 at 02:19:40PM -0700, Carl Love wrote:
> The gcc test suite compiles and attempts to run the check-builtin-
> vec_rlnm-runnable.c test on Power 8 platforms. The test should only be
> run on Power 9 and newer platforms. The attached patch fixes the
> target for the executable test so it only runs on Power 9 and newer
> platforms.
> * gcc.target/powerpc/check-builtin-vec_rlnm-runnable.c
> (dg-require-effective-target):
> Change target to p9vector_hw.
You would put the ( on a new line, lik:
* gcc.target/powerpc/check-builtin-vec_rlnm-runnable.c
(dg-require-effective-target): Change target to p9vector_hw.
Okay for trunk like that. Thanks!
Segher