Commit aa5521f2 by Richard Sandiford Committed by Richard Sandiford

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.

From-SVN: r278612
parent 27071013
2019-11-22 Richard Sandiford <richard.sandiford@arm.com>
* gcc.dg/vect/vect-cond-reduc-3.c: Require vect_cond_mixed
rather than vect_condition.
2019-11-22 Claudiu Zissulescu <claziss@synopsys.com> 2019-11-22 Claudiu Zissulescu <claziss@synopsys.com>
* gcc.target/arc/add_n-combine.c: Match add1/2/3 instruction in * gcc.target/arc/add_n-combine.c: Match add1/2/3 instruction in
......
/* Disabling epilogues until we find a better way to deal with scans. */ /* Disabling epilogues until we find a better way to deal with scans. */
/* { dg-additional-options "--param vect-epilogues-nomask=0" } */ /* { dg-additional-options "--param vect-epilogues-nomask=0" } */
/* { dg-require-effective-target vect_condition } */ /* { dg-require-effective-target vect_cond_mixed } */
/* { dg-require-effective-target vect_float } */ /* { dg-require-effective-target vect_float } */
#include "tree-vect.h" #include "tree-vect.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment