https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124236
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Tamar Christina <[email protected]>: https://gcc.gnu.org/g:dda0023713e7bd8944255a8a4eba8c069e9a29fa commit r16-7693-gdda0023713e7bd8944255a8a4eba8c069e9a29fa 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.
