https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114307
--- Comment #4 from Maxim Kuvyrkov <mkuvyrkov at gcc dot gnu.org> --- What I don't understand is why vect.exp tests run at all for 32-bit ARM non-neon targets. All vect.exp are predicated on check_vect_support_and_set_flags, which, as far as I can tell, has only arm_neon_ok clause for 32-bit ARM. I'm reproducing this problem locally to understand .exp flow. If anyone knows the answer off-hand -- please share. Thanks!