This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from db0d217 [hsa] Exclude parallel outlines from hsa_callable_functions_p new 4c50b88 gcc/c/ * c-parser.c (c_parser_pragma): Error when PRAGMA_OA [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/c/ChangeLog | 7 +++ gcc/c/c-parser.c | 42 ++++++++++--- gcc/cp/ChangeLog | 7 +++ gcc/cp/parser.c | 75 +++++++++++++++++------ gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/c-c++-common/goacc/data-2.c | 12 ++-- gcc/testsuite/c-c++-common/goacc/executeables-1.c | 74 ++++++++++++++++++++++ gcc/testsuite/g++.dg/goacc/data-1.C | 16 ++--- 8 files changed, 199 insertions(+), 41 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/goacc/executeables-1.c