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. > >