https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82442
--- Comment #1 from Wilco <wilco at gcc dot gnu.org> --- Author: wilco Date: Mon Oct 16 13:26:20 2017 New Revision: 253786 URL: https://gcc.gnu.org/viewcvs?rev=253786&root=gcc&view=rev Log: Fix PR82442 Recently the gcc.dg/vect/pr31699.c was modified to check for vect_float effective target instead for vect_double. As a result it now fails on armhf. Fix by avoiding double. Tested on armhf, aarch64 and x64. gcc/testsuite/ PR target/82442 * gcc.dg/vect/pr31699.c: Fix testcase. Modified: trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/vect/pr31699.c