r278612 - in /trunk/gcc/testsuite: ChangeLog gc...
rsandifo@gcc.gnu.org
rsandifo@gcc.gnu.org
Fri Nov 22 10:56:00 GMT 2019
Author: rsandifo
Date: Fri Nov 22 10:56:13 2019
New Revision: 278612
URL: https://gcc.gnu.org/viewcvs?rev=278612&root=gcc&view=rev
Log:
Fix markup in gcc.dg/vect/vect-cond-reduc-3.c
gcc.dg/vect/vect-cond-reduc-3.c had been failing on
arm-linux-gnueabihf since the test was added, because the test needs
support for VEC_COND_EXPR <float cmp float, int, int> whereas the target
only supports VEC_COND_EXPRs in which all modes are the same. (I have
a fix for that, but it's not really stage 3 material.)
2019-11-22 Richard Sandiford <richard.sandiford@arm.com>
gcc/testsuite/
* gcc.dg/vect/vect-cond-reduc-3.c: Require vect_cond_mixed
rather than vect_condition.
Modified:
trunk/gcc/testsuite/ChangeLog
trunk/gcc/testsuite/gcc.dg/vect/vect-cond-reduc-3.c
More information about the Gcc-cvs
mailing list