Re: [PING] C/C++ OpenACC routine directive, undeclared name error: try to help the user, once

2016-06-07 Thread Jakub Jelinek
+0200 > > > > C/C++ OpenACC routine directive, undeclared name error: try to help the > > user, once > > > > gcc/c/ > > * c-parser.c (c_parser_oacc_routine): If running into an > > undeclared name error, try

[PING] C/C++ OpenACC routine directive, undeclared name error: try to help the user, once

2016-06-06 Thread Thomas Schwinge
Hi! Ping. On Tue, 31 May 2016 17:49:49 +0200, I wrote: > OK for trunk, as follows? > > commit 3289032bf7fd7e4a0cce37e7acd71e3330729d83 > Author: Thomas Schwinge > Date: Tue May 31 17:46:26 2016 +0200 > > C/C++ OpenACC routine directive, undeclared name error: tr

Re: C/C++ OpenACC routine directive, undeclared name error: try to help the user, once

2016-05-31 Thread Thomas Schwinge
17:46:26 2016 +0200 C/C++ OpenACC routine directive, undeclared name error: try to help the user, once gcc/c/ * c-parser.c (c_parser_oacc_routine): If running into an undeclared name error, try to help the user, once. gcc/cp/ * parser.c (cp_parser

Re: C/C++ OpenACC routine directive, undeclared name error: try to help the user, once

2016-05-31 Thread Nathan Sidwell
On 05/24/16 12:28, Thomas Schwinge wrote: + static bool informed_once = false; + if (!informed_once) + { + inform (token->location, + "if the routine directive is meant to apply to the " + "lexically following function

C/C++ OpenACC routine directive, undeclared name error: try to help the user, once

2016-05-24 Thread Thomas Schwinge
d8baef0d0c09128368879b69873cbf9bf01 Author: Thomas Schwinge Date: Tue May 24 17:21:54 2016 +0200 C/C++ OpenACC routine directive, undeclared name error: try to help the user, once gcc/c/ * c-parser.c (c_parser_oacc_routine): If running into an undeclared nam