This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tuples] Fix remap_gimple_stmt for a bunch of GIMPLE_OMP statements
- From: Diego Novillo <dnovillo at google dot com>
- To: Jakub Jelinek <jakub at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, Aldy Hernandez <aldyh at redhat dot com>
- Date: Fri, 30 May 2008 07:36:20 -0400
- Subject: Re: [tuples] Fix remap_gimple_stmt for a bunch of GIMPLE_OMP statements
- References: <20080530082604.GZ16061@devserv.devel.redhat.com>
On Fri, May 30, 2008 at 04:26, Jakub Jelinek <jakub@redhat.com> wrote:
> With this libgomp c.exp and c++.exp now all pass.
Excellent!
> 2008-05-30 Jakub Jelinek <jakub@redhat.com>
>
> * tree-inline.c (remap_gimple_stmt): Remap body of
> GIMPLE_OMP_{MASTER,ORDERED,SECTION,SECTIONS,SINGLE}.
OK.
Diego.