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