On Thu, 11 Oct 2012, Richard Biener wrote:

On Thu, Oct 11, 2012 at 2:19 PM, Marc Glisse <marc.gli...@inria.fr> wrote:
Hello,

understanding the testsuite is hard, but this patch seems to work. The idea
is that vect_double and others don't tell that vectors are supported with
these options, just that there exist options that enable vectors. They are
thus useless outside of a directory like vect/ that adds those flags.

Ok.  But you need to cleanup vect dumps as those are enabled by default
in vect.exp I think.  Just check for remaining files in gcc/testsuite/gcc
when running testing with RUNTESTFLAGS="vect.exp=nodump-forwprop-22.c".
Ah, nodump- ... (I hate those weird name-based vect tests ...), so probably
fine as is.

I didn't notice any remaining file, so I committed as is. Having the testcase compiled with -ftree-vectorize isn't great, but it doesn't hurt :-/

--
Marc Glisse

Reply via email to