[gomp4] OpenACC cache directive maintenance (was: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end)

2014-11-05 Thread Thomas Schwinge
Hi! On Fri, 24 Jan 2014 20:33:35 +0100, I wrote: > On Thu, 23 Jan 2014 22:04:45 +0400, Ilmir Usmanov > wrote: > > Subject: [PATCH 4/6] OpenACC GENERIC nodes > > --- a/gcc/tree-core.h > > +++ b/gcc/tree-core.h > > @@ -216,12 +216,18 @@ enum omp_clause_code { > > + /* Internal structure to hold

[GOMP4] gimple_code_is_oacc -> is_gimple_omp_oacc_specifically (was: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end)

2014-02-21 Thread Thomas Schwinge
Hi! On Tue, 11 Feb 2014 17:51:15 +0100, I wrote: > On Fri, 31 Jan 2014 15:16:07 +0400, Ilmir Usmanov > wrote: > > --- a/gcc/omp-low.c > > +++ b/gcc/omp-low.c > > @@ -1491,6 +1491,18 @@ fixup_child_record_type (omp_context *ctx) > >TREE_TYPE (ctx->receiver_decl) = build_pointer_type (type); >

Re: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-02-13 Thread Ilmir Usmanov
Committed as r207776. -- Ilmir.

Re: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-02-13 Thread Thomas Schwinge
Hi Ilmir! On Thu, 13 Feb 2014 17:15:47 +0400, Ilmir Usmanov wrote: > I fixed patch according to your review and ready to commit it. OK for > GOMP4 branch? Yes! :-) Congratulations, and thanks for promptly addressing the issues raised during review. I'm aware this can be a bit of a boring or t

Re: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-02-13 Thread Ilmir Usmanov
Hi Thomas! Thanks a lot for your review! I agree with all your notes. On 11.02.2014 20:51, Thomas Schwinge wrote: For ChangeLog files updates (on gomp-4_0-branch, use the respective ChangeLog.gomp files, by the way), should just you be listed as the author, or also your colleagues? Thank you fo

Re: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-02-11 Thread Thomas Schwinge
Hi! On Fri, 31 Jan 2014 15:16:07 +0400, Ilmir Usmanov wrote: > OpenACC 1.0 support -- GENERIC nodes and gimplify stubs. Thanks! This one is nearly ready for commit, and can then go in already, while the Fortran front end patches are still being dicussed. :-) Please merge »OpenACC 1.0 sup

Re: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-01-31 Thread Ilmir Usmanov
OpenACC 1.0 support -- GENERIC nodes and gimplify stubs. gcc/ * gimplify.c (is_gimple_stmt): Stub OpenACC directives and clauses. (gimplify_scan_omp_clauses, gimplify_adjust_omp_clauses): Likewise. (gimplify_expr): Likewise. * omp-low.c (scan_sharing_clauses): Likewise.

Re: [PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-01-24 Thread Thomas Schwinge
Hi! On Thu, 23 Jan 2014 22:04:45 +0400, Ilmir Usmanov wrote: > Subject: [PATCH 4/6] OpenACC GENERIC nodes > --- a/gcc/gimplify.c > +++ b/gcc/gimplify.c > @@ -7846,6 +7907,18 @@ gimplify_expr (tree *expr_p, gimple_seq *pre_p, > gimple_seq *post_p, > ret = GS_ALL_DONE; > break; >

[PATCH 4/6] [GOMP4] OpenACC 1.0+ support in fortran front-end

2014-01-23 Thread Ilmir Usmanov
>From 37806068fffcab95a21b51829c900d49be14961d Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Thu, 23 Jan 2014 21:08:05 +0400 Subject: [PATCH 4/6] OpenACC GENERIC nodes --- gcc/gimplify.c | 73 gcc/omp-low.c | 84 -- gcc/tree-core.h | 1