]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aarch64: Fix gcc.target/aarch64/cmpbr.c enable
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 6 Aug 2025 20:37:38 +0000 (20:37 +0000)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 11 Aug 2025 23:25:09 +0000 (23:25 +0000)
gcc/testsuite:
* gcc.target/aarch64/cmpbr.c: Only compile, not assemble,
since we want to scan the assembly.

gcc/testsuite/gcc.target/aarch64/cmpbr.c

index 34630f9a2bfca28a5f4caffafd0beecbec84c269..853a1e6b9a649f03a540a9b1df00cadd0acfaa5e 100644 (file)
@@ -1,6 +1,5 @@
 // Test that the instructions added by FEAT_CMPBR are emitted
 // { dg-do compile }
-// { dg-do-if assemble { target aarch64_asm_cmpbr_ok } }
 // { dg-options "-march=armv9.5-a+cmpbr -O2" }
 // { dg-final { check-function-bodies "**" "*/" "" { target *-*-* } {\.L[0-9]+} } }