Re: [PING] [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax

2016-06-10 Thread Gerald Pfeifer
On Fri, 10 Jun 2016, Thomas Schwinge wrote: > I filed > "Make OpenACC cache directive less restrictive". This gives "404, This is not the web page you are looking for". Gerald

Re: [PING] [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax

2016-06-10 Thread Thomas Schwinge
Hi! On Fri, 10 Jun 2016 12:31:48 +0200, I wrote: > On Wed, 8 Jun 2016 16:07:17 +0200, Jakub Jelinek wrote: > > On Wed, Jun 08, 2016 at 03:28:57PM +0200, Thomas Schwinge wrote: > > > > + /* The OpenACC cache directive explicitly only allows > > > > "array > > > > +elem

Re: [PING] [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax

2016-06-10 Thread Thomas Schwinge
Hi! On Wed, 8 Jun 2016 16:07:17 +0200, Jakub Jelinek wrote: > On Wed, Jun 08, 2016 at 03:28:57PM +0200, Thomas Schwinge wrote: > > > [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax > Ok. > > > case OMP_CLAUSE__CACHE_: > > > + /* The OpenACC cache directive explic

Re: [PING] [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax

2016-06-08 Thread Jakub Jelinek
On Wed, Jun 08, 2016 at 03:28:57PM +0200, Thomas Schwinge wrote: > > [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax > > > > gcc/c/ > > PR c/71381 > > * c-parser.c (c_parser_omp_variable_list) : > > Loosen checking. > >

[PING] [PR c/71381] C/C++ OpenACC cache directive rejects valid syntax

2016-06-08 Thread Thomas Schwinge
Hi! Ping. On Thu, 2 Jun 2016 13:47:08 +0200, I wrote: > On Wed, 05 Nov 2014 17:29:19 +0100, I wrote: > > In r217145, I applied Jim's patch to gomp-4_0-branch: > > > > commit 4361f9b6b2c74c2961c3a5290a4945abe2d7a444 > > Author: tschwinge > > Date: Wed Nov 5 16:26:47 2014 + > > > > Ope