This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 29a8a56 <toplevel> new a6f4466 * decl.c (cp_finish_decomp): For DECL_NAMESPACE_SCOPE_P decl [...] new b8fd03a * g++.dg/cpp1z/decomp14.C: New test. * g++.dg/cpp1z/decomp1 [...] new b4ec87b libgomp testsuite: add missing map clauses
The 3 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/cp/ChangeLog | 9 ++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 6 ++- gcc/cp/mangle.c | 47 +++++++++++++++++++ gcc/cp/parser.c | 7 +++ gcc/testsuite/ChangeLog | 6 +++ gcc/testsuite/g++.dg/cpp1z/decomp13.C | 52 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp14.C | 30 +++++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp15.C | 24 ++++++++++ gcc/testsuite/g++.dg/cpp1z/decomp16.C | 47 +++++++++++++++++++ libgomp/ChangeLog | 7 +++ .../libgomp.fortran/examples-4/device-1.f90 | 12 ++--- .../libgomp.fortran/examples-4/device-3.f90 | 4 +- 13 files changed, 243 insertions(+), 9 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp13.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp14.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp15.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/decomp16.C