Re: Rework C/C++ OpenACC routine parsing

2016-08-04 Thread Thomas Schwinge
Hi! On Fri, 22 Jul 2016 16:22:18 +0200, Jakub Jelinek wrote: > On Wed, Jul 13, 2016 at 04:10:31PM +0200, Thomas Schwinge wrote: > > @@ -14029,29 +14032,32 @@ c_parser_oacc_kernels_parallel (location_t loc, > > c_parser *parser, > > static void > > c_parser_oacc_routine (c_parser *parser, enum

Re: Rework C/C++ OpenACC routine parsing (was: C/C++: Simplify handling of location information for OpenACC routine directives)

2016-07-22 Thread Jakub Jelinek
On Wed, Jul 13, 2016 at 04:10:31PM +0200, Thomas Schwinge wrote: > @@ -14029,29 +14032,32 @@ c_parser_oacc_kernels_parallel (location_t loc, > c_parser *parser, > static void > c_parser_oacc_routine (c_parser *parser, enum pragma_context context) > { > - tree decl = NULL_TREE; > + gcc_checkin