https://gcc.gnu.org/bugzilla/show_bug.cgi?id=124726
--- Comment #4 from Torbjorn SVENSSON <azoff at gcc dot gnu.org> --- (In reply to Richard Biener from comment #3) > can we at least have something more ISA specific, like an effective target > for neon or mve or whatever it causes to XPASS? The tests listed in comment 0 are only tested for Cortex-A in runs, so MVE is not relevant. I did another run of 'vect.exp=vect-tsvc-*' with the following flags: arm/arch=armv7ve+fp/tune=cortex-a7/float-abi=hard/fpu=auto arm/arch=armv7ve+fp/tune=cortex-a7/float-abi=softfp/fpu=auto arm/arch=armv7ve+neon/tune=cortex-a7/float-abi=hard/fpu=auto arm/arch=armv7ve+neon/tune=cortex-a7/float-abi=softfp/fpu=auto arm/arch=armv7ve+nofp/tune=cortex-a7/float-abi=soft/fpu=auto arm/arch=armv7ve+nofp/tune=cortex-a7/float-abi=soft/fpu=auto thumb/arch=armv7ve+fp/tune=cortex-a7/float-abi=hard/fpu=auto thumb/arch=armv7ve+fp/tune=cortex-a7/float-abi=softfp/fpu=auto thumb/arch=armv7ve+neon/tune=cortex-a7/float-abi=hard/fpu=auto thumb/arch=armv7ve+neon/tune=cortex-a7/float-abi=softfp/fpu=auto thumb/arch=armv7ve+nofp/tune=cortex-a7/float-abi=soft/fpu=auto thumb/arch=armv7ve+nofp/tune=cortex-a7/float-abi=soft/fpu=auto Targets with +nofp and +fp lists all the tests as unsupported. Targets with +neon lists all the tests as pass except those mentioned in comment 0. I'm currently only testing Cortex-A7, so I'm not sure this covers all, but maybe arm_neon would be sufficient. WDYT?
