Hi all, This fixes the ARM failures in the testsuite. Previously these tests were gated on if ARMv8-a support was available in the compiler, not if the hardware was an ARMv8-a hardware.
This thus resulted in correct code, but wouldn't run on any other hardware. Ran regression tests on aarch64-none-linux-gnu, arm-none-linux-gnueabihf. Ok for trunk? Thanks, Tamar gcc/testsuite/ 2016-11-01 Tamar Christina <tamar.christ...@arm.com> * gcc.target/arm/simd/vmaxnm_f32_1.c (dg-require-effective-target): Check for arm_v8_neon_hw. * gcc.target/arm/simd/vmaxnmq_f32_1.c (dg-require-effective-target): Likewise. * gcc.target/arm/simd/vminnm_f32_1.c (dg-require-effective-target): Likewise. * gcc.target/arm/simd/vminnmq_f32_1.c(dg-require-effective-target): Likewise.
gcc.arm-fix-vminnm-vmaxnm-tests
Description: gcc.arm-fix-vminnm-vmaxnm-tests