This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Expand OpenMP SIMD even with -fno-tree-loop-optimize (PR middle-end/60534)
- From: Jakub Jelinek <jakub at redhat dot com>
- To: Marek Polacek <polacek at redhat dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 17 Mar 2014 14:52:19 +0100
- Subject: Re: [PATCH] Expand OpenMP SIMD even with -fno-tree-loop-optimize (PR middle-end/60534)
- Authentication-results: sourceware.org; auth=none
- References: <20140317110154 dot GF6523 at redhat dot com> <20140317111608 dot GI22862 at tucnak dot redhat dot com> <20140317134941 dot GG6523 at redhat dot com>
- Reply-to: Jakub Jelinek <jakub at redhat dot com>
On Mon, Mar 17, 2014 at 02:49:41PM +0100, Marek Polacek wrote:
> 2014-03-17 Marek Polacek <polacek@redhat.com>
>
> PR middle-end/60534
> * omp-low.c (omp_max_vf): Treat -fno-tree-loop-optimize the same
> as -fno-tree-loop-vectorize.
> (expand_omp_simd): Likewise.
> testsuite/
> * gcc.dg/gomp/pr60534.c: New test.
Ok, thanks.
Jakub