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
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);
>
Committed as r207776.
--
Ilmir.
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
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
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
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.
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;
>
>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