Re: [PATCH, GOMP4] Fix OpenACC async clause

2014-02-27 Thread Ilmir Usmanov
Committed as r208197. -- Ilmir.

Re: [PATCH, GOMP4] Fix OpenACC async clause

2014-02-27 Thread Thomas Schwinge
Hi Ilmir! On Thu, 27 Feb 2014 13:55:36 +0400, Ilmir Usmanov wrote: > Fixed patch and ChangeLog in attachment. By the way, what I usually do is to put a change's ChangeLog snippet into that Git commit's commit message, and then once I get to the point where I push something upstream, I can just t

Re: [PATCH, GOMP4] Fix OpenACC async clause

2014-02-27 Thread Ilmir Usmanov
Hi Thomas! Fixed patch and ChangeLog in attachment. On 27.02.2014 12:59, Thomas Schwinge wrote: GANG/ASYNC/WAIT, for consistency? Fixed. For consistency, also move OMP_CLAUSE_ASYNC_EXPR in gcc/tree.h, and also adapt OMP_CLAUSE_ASYNC in gcc/tree-pretty-print.c:dump_omp_clause? It is already a

Re: [PATCH, GOMP4] Fix OpenACC async clause

2014-02-27 Thread Thomas Schwinge
Hi! On Wed, 26 Feb 2014 19:32:35 +0400, Ilmir Usmanov wrote: > This patch is pretty obvious. Currently ASYNC clause cannot have > integer-expression-list. Patch fixes this. > > OK for gomp4 branch? > From df76a29ebf869687209d7a606e243624cc136dbc Mon Sep 17 00:00:00 2001 > From: Ilmir Usmanov