https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124236
--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-15 branch has been updated by Tamar Christina <[email protected]>: https://gcc.gnu.org/g:6bdd48e54e9eda9e3642e5e3b01e01ab0549cba1 commit r15-10871-g6bdd48e54e9eda9e3642e5e3b01e01ab0549cba1 Author: Tamar Christina <[email protected]> Date: Wed Feb 25 13:39:29 2026 +0000 testsuite: Fix default on arm_v8_3a_fp16_complex_neon_hw [PR124236] check_effective_target_arm_v8_3a_complex_neon_hw was return 1 instead of 0 whenever armv8.3-a wasn't supported. This fixes it. gcc/testsuite/ChangeLog: PR target/124236 * lib/target-supports.exp (check_effective_target_arm_v8_3a_complex_neon_hw): Fix default value. (cherry picked from commit dda0023713e7bd8944255a8a4eba8c069e9a29fa)
