[gcc r17-2284] aarch64: Ignore vcopy_lane_indices.c on 32-bit targets

Karl Meakin via Gcc-cvs <[email protected]>
Newsgroups gmane.comp.gcc.cvs
Message-ID <[email protected]>
https://gcc.gnu.org/g:d2b0fd6c438acca3fa38ebb74f3997189ed26364

commit r17-2284-gd2b0fd6c438acca3fa38ebb74f3997189ed26364
Author: Karl Meakin <[email protected]>
Date:   Tue Jul 7 16:53:26 2026 +0000

    aarch64: Ignore vcopy_lane_indices.c on 32-bit targets
    
    The `vcopy_lane` family of intrinsics are only available on AArch64
    targets (ie not on 32-bit targets), so the test should be ignored on
    those targets.
    
    gcc/testsuite/ChangeLog:
    
            * gcc.target/aarch64/advsimd-intrinsics/vcopy_lane_indices.c:
            Don't test this file on 32-bit targets.

Diff:
---
 .../gcc.target/aarch64/advsimd-intrinsics/vcopy_lane_indices.c          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcopy_lane_indices.c b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcopy_lane_indices.c
index a289659aec2c..839b1a832347 100644
--- a/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcopy_lane_indices.c
+++ b/gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/vcopy_lane_indices.c
@@ -1,4 +1,4 @@
-/* { dg-do assemble } */
+/* { dg-do compile { target { aarch64-*-* } } } */
 
 #include <arm_neon.h>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.