Re: [PATCH x86] Update options for avx512 testsuite.

2014-12-01 Thread H.J. Lu
On Mon, Dec 1, 2014 at 8:35 AM, Ilya Tocar wrote: >> > I saw >> > >> > FAIL: gcc.dg/vect/costmodel/i386/costmodel-fast-math-vect-pr29925.c >> > scan-tree-dump-times vect "vectorized 1 loops" 1 >> > FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-fast-math-vect-pr29925.c >> > scan-tree-dump-times vect

Re: [PATCH x86] Update options for avx512 testsuite.

2014-12-01 Thread Ilya Tocar
> > I saw > > > > FAIL: gcc.dg/vect/costmodel/i386/costmodel-fast-math-vect-pr29925.c > > scan-tree-dump-times vect "vectorized 1 loops" 1 > > FAIL: gcc.dg/vect/costmodel/x86_64/costmodel-fast-math-vect-pr29925.c > > scan-tree-dump-times vect "vectorized 1 loops" 1 > > FAIL: gcc.target/i386/avx256-

Re: [PATCH x86] Update options for avx512 testsuite.

2014-12-01 Thread H.J. Lu
On Mon, Dec 1, 2014 at 6:37 AM, H.J. Lu wrote: > On Fri, Nov 28, 2014 at 7:15 AM, Uros Bizjak wrote: >> Hello! >> >>> As discussed for AVX512F submission, using -D in dg-options, >>> should be replaced with parts of the testcase itself. Patch below >>> does that. >>> Ok for trunk? >>> >>> P.

Re: [PATCH x86] Update options for avx512 testsuite.

2014-12-01 Thread H.J. Lu
On Fri, Nov 28, 2014 at 7:15 AM, Uros Bizjak wrote: > Hello! > >> As discussed for AVX512F submission, using -D in dg-options, >> should be replaced with parts of the testcase itself. Patch below >> does that. >> Ok for trunk? >> >> P. S. >> As patch itself is hard to review, this was done by

Re: [PATCH x86] Update options for avx512 testsuite.

2014-11-28 Thread Uros Bizjak
Hello! > As discussed for AVX512F submission, using -D in dg-options, > should be replaced with parts of the testcase itself. Patch below > does that. > Ok for trunk? > > P. S. > As patch itself is hard to review, this was done by sed like this: > > sed -i 's/ -DAVX512IFMA//g' ../gcc/testsui