]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
rs6000, altivec-2-runnable.c should be a runnable test
authorCarl Love <cel@linux.ibm.com>
Tue, 11 Jun 2024 18:01:16 +0000 (14:01 -0400)
committerCarl Love <cel@linux.ibm.com>
Thu, 13 Jun 2024 21:22:28 +0000 (17:22 -0400)
The test case has "dg-do compile" set not "dg-do run" for a runnable
test.  This patch changes the dg-do command argument to run.

gcc/testsuite/ChangeLog:gcc/testsuite/ChangeLog:
* gcc.target/powerpc/altivec-2-runnable.c: Change dg-do
argument to run.

gcc/testsuite/gcc.target/powerpc/altivec-2-runnable.c

index 6975ea57e6575547383abbdf76af05741b58af92..17b23eb9d50ec2f863aa01168e537ca5d5424cc6 100644 (file)
@@ -1,4 +1,4 @@
-/* { dg-do compile { target powerpc*-*-* } } */
+/* { dg-do run } */
 /* { dg-options "-mvsx" } */
 /* { dg-additional-options "-mdejagnu-cpu=power8" { target { ! has_arch_pwr8 } } } */
 /* { dg-require-effective-target powerpc_vsx } */