[PATCH, libgomp]: Require vect_simd_clones effective target for libgomp.fortran/declare-simd-[12].f90

2014-05-27 Thread Uros Bizjak
Hello! These tests require vect_simd_clones effective target, as the target should be able to compile AVX clones. 2014-05-27 Uros Bizjak ubiz...@gmail.com * testsuite/libgomp.fortran/declare-simd-1.f90: Require vect_simd_clones effective target. Remove dg-additional-options

Re: [PATCH, libgomp]: Require vect_simd_clones effective target for libgomp.fortran/declare-simd-[12].f90

2014-05-27 Thread Jakub Jelinek
On Tue, May 27, 2014 at 08:58:18AM +0200, Uros Bizjak wrote: These tests require vect_simd_clones effective target, as the target should be able to compile AVX clones. 2014-05-27 Uros Bizjak ubiz...@gmail.com * testsuite/libgomp.fortran/declare-simd-1.f90: Require

Re: [PATCH, libgomp]: Require vect_simd_clones effective target for libgomp.fortran/declare-simd-[12].f90

2014-05-27 Thread Uros Bizjak
On Tue, May 27, 2014 at 9:18 AM, Jakub Jelinek ja...@redhat.com wrote: Please don't remove the dg-additional-options there, that is completely intentional there, only the simd clones are built for SSE2/AVX/AVX2, the simd loops are built with whatever options the loop is compiled with, and for

Re: [PATCH, libgomp]: Require vect_simd_clones effective target for libgomp.fortran/declare-simd-[12].f90

2014-05-27 Thread Jakub Jelinek
On Tue, May 27, 2014 at 09:40:23AM +0200, Uros Bizjak wrote: Following is the v2 patch that I plan to commit after testing: 2014-05-27 Uros Bizjak ubiz...@gmail.com * testsuite/libgomp.fortran/declare-simd-1.f90: Require vect_simd_clones effective target. *