Re: [PATCH TEST]Drop xfail for gcc.dg/vect/vect-cond-2.c

2016-11-10 Thread Bin.Cheng
On Wed, Nov 9, 2016 at 9:46 PM, Christophe Lyon wrote: > Hi Bin > > On 8 November 2016 at 13:37, Bin Cheng wrote: >> Hi, >> Test gcc.dg/vect/vect-cond-2.c can be vectorized by GCC now, this patch >> drops the xfail. >> >> Thanks, >> bin >> >> gcc/testsuite/ChangeLog >> 2016-11-04 Bin Cheng >>

Re: [PATCH TEST]Drop xfail for gcc.dg/vect/vect-cond-2.c

2016-11-09 Thread Christophe Lyon
Hi Bin On 8 November 2016 at 13:37, Bin Cheng wrote: > Hi, > Test gcc.dg/vect/vect-cond-2.c can be vectorized by GCC now, this patch drops > the xfail. > > Thanks, > bin > > gcc/testsuite/ChangeLog > 2016-11-04 Bin Cheng > > * gcc.dg/vect/vect-cond-2.c: Drop xfail. But the test is no

Re: [PATCH TEST]Drop xfail for gcc.dg/vect/vect-cond-2.c

2016-11-08 Thread Richard Biener
On Tue, Nov 8, 2016 at 1:37 PM, Bin Cheng wrote: > Hi, > Test gcc.dg/vect/vect-cond-2.c can be vectorized by GCC now, this patch drops > the xfail. Ok. Richard. > bin > > gcc/testsuite/ChangeLog > 2016-11-04 Bin Cheng > > * gcc.dg/vect/vect-cond-2.c: Drop xfail.

[PATCH TEST]Drop xfail for gcc.dg/vect/vect-cond-2.c

2016-11-08 Thread Bin Cheng
Hi, Test gcc.dg/vect/vect-cond-2.c can be vectorized by GCC now, this patch drops the xfail. Thanks, bin gcc/testsuite/ChangeLog 2016-11-04 Bin Cheng * gcc.dg/vect/vect-cond-2.c: Drop xfail.diff --git a/gcc/testsuite/gcc.dg/vect/vect-cond-2.c b/gcc/testsuite/gcc.dg/vect/vect-cond-2.