This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Fix walk_gimple_omp_for
- From: Diego Novillo <dnovillo at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: Aldy Hernandez <aldyh at redhat dot com>, gcc-patches at gcc dot gnu dot org
- Date: Fri, 30 May 2008 07:35:39 -0400
- Subject: Re: [tuples] Fix walk_gimple_omp_for
- References: <20080530110414.GA16061@devserv.devel.redhat.com>
On Fri, May 30, 2008 at 07:04, Jakub Jelinek <jakub@redhat.com> wrote:
> 2008-05-30 Jakub Jelinek <jakub@redhat.com>
>
> * tree-nested.c (init_tmp_var_with_call, init_tmp_var, save_tmp_var):
> Only set location if not gsi_end_p.
> (walk_gimple_omp_for): Avoid adding an empty statement to seq.
OK.
Diego.