Re: [PATCH, GCC/testsuite] Fix gen-vect-26.c requirements

2017-06-13 Thread Richard Biener
On Tue, Jun 13, 2017 at 11:10 AM, Thomas Preudhomme wrote: > Hi, > > gen-vect-26.c tests the vectorizer but only requires vect_cmdline_needed > effective target. It should also depends on vect_int to make sure a > vector unit is available on the target. This patch fixes that. > > ChangeLog entry i

[PATCH, GCC/testsuite] Fix gen-vect-26.c requirements

2017-06-13 Thread Thomas Preudhomme
Hi, gen-vect-26.c tests the vectorizer but only requires vect_cmdline_needed effective target. It should also depends on vect_int to make sure a vector unit is available on the target. This patch fixes that. ChangeLog entry is as follows: *** gcc/testsuite/ChangeLog *** 2017-06-05 Thomas Preu