Re: [gomp4] Assorted OpenACC changes (was: Next set of OpenACC changes)

2015-05-14 Thread Jakub Jelinek
On Wed, May 13, 2015 at 10:52:08PM +0200, Thomas Schwinge wrote: > In a similar vein, I have now committed the following to gomp-4_0-branch > in r223178. This is not meant to be integrated into trunk as-is: there > are incompatible libgomp ABI changes, for example. We'd still appreciate ABI inco

[gomp4] Assorted OpenACC changes (was: Next set of OpenACC changes)

2015-05-13 Thread Thomas Schwinge
Hi! On Mon, 11 May 2015 18:35:12 +0200, I wrote: > On Tue, 05 May 2015 10:54:02 +0200, I wrote: > > In follow-up messages, I'll be posting the separated parts (for easier > > review) of a next set of OpenACC changes that we'd like to commit. > > ChangeLog update

[gomp4] Next set of OpenACC changes

2015-05-11 Thread Thomas Schwinge
Hi! On Tue, 05 May 2015 10:54:02 +0200, I wrote: > In follow-up messages, I'll be posting the separated parts (for easier > review) of a next set of OpenACC changes that we'd like to commit. > ChangeLog updates not yet written; will do that before commit, obviously. In order f

Re: Next set of OpenACC changes: Fortran

2015-05-06 Thread James Norris
ll be posting the separated parts (for easier review) of a next set of OpenACC changes that we'd like to commit. ChangeLog updates not yet written; will do that before commit, obviously. Still, it would have been nice if you had given an overview about what the main part of the patch does. In

Re: Next set of OpenACC changes: C family

2015-05-05 Thread Cesar Philippidis
On 05/05/2015 07:18 AM, Jakub Jelinek wrote: > On Tue, May 05, 2015 at 10:57:28AM +0200, Thomas Schwinge wrote: >> --- gcc/c-family/c-common.c >> +++ gcc/c-family/c-common.c >> @@ -809,7 +809,7 @@ const struct attribute_spec c_common_attribute_table[] = >>handle_omp_decl

Re: Next set of OpenACC changes: C family

2015-05-05 Thread Jakub Jelinek
On Tue, May 05, 2015 at 10:57:28AM +0200, Thomas Schwinge wrote: > --- gcc/c-family/c-common.c > +++ gcc/c-family/c-common.c > @@ -809,7 +809,7 @@ const struct attribute_spec c_common_attribute_table[] = > handle_omp_declare_simd_attribute, false }, >{ "cilk simd fun

Re: Next set of OpenACC changes: Fortran

2015-05-05 Thread Bernhard Reutner-Fischer
On 5 May 2015 at 10:58, Thomas Schwinge wrote: > Hi! +/* Node in the linked list used for storing !$oacc declare constructs. */ The clause is called $ACC declare, isn't it? > + for (oc = new_oc; oc; oc = oc->next) > +{ > + c = oc->clauses; > + for (n = c->lists[OMP_LIST_MAP];

Re: Next set of OpenACC changes: Fortran

2015-05-05 Thread Tobias Burnus
Thomas Schwinge wrote: > In follow-up messages, I'll be posting the separated parts (for easier > review) of a next set of OpenACC changes that we'd like to commit. > ChangeLog updates not yet written; will do that before commit, obviously. Still, it would have been nice

Next set of OpenACC changes: Fortran

2015-05-05 Thread Thomas Schwinge
Hi! On Tue, 05 May 2015 10:54:02 +0200, I wrote: > In follow-up messages, I'll be posting the separated parts (for easier > review) of a next set of OpenACC changes that we'd like to commit. > ChangeLog updates not yet written; will do that before commit, obviously. gcc

Next set of OpenACC changes: middle end, libgomp

2015-05-05 Thread Thomas Schwinge
Hi! On Tue, 05 May 2015 10:54:02 +0200, I wrote: > In follow-up messages, I'll be posting the separated parts (for easier > review) of a next set of OpenACC changes that we'd like to commit. > ChangeLog updates not yet written; will do that before commit, obviousl

Next set of OpenACC changes

2015-05-05 Thread Thomas Schwinge
Hi! In follow-up messages, I'll be posting the separated parts (for easier review) of a next set of OpenACC changes that we'd like to commit. ChangeLog updates not yet written; will do that before commit, obviously. Overall diffstat: gcc/c-family/c-common.c