This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ecd07d3b233 [Ada] Spurious error on non-default C++ constructor new c4c5d27be91 Fix loading of lto_section on strict alignment targets (PR [...] new e552e6117a3 Improve OpenMP map diagnostics.
The 2 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 | 10 ++++++ gcc/cp/cp-tree.h | 1 + gcc/cp/decl.c | 7 +++-- gcc/cp/decl2.c | 54 ++++++++++++++++++++++++++------ gcc/cp/semantics.c | 4 +++ gcc/lto/ChangeLog | 6 ++++ gcc/lto/lto-common.c | 2 +- gcc/testsuite/ChangeLog | 4 +++ gcc/testsuite/g++.dg/gomp/unmappable-1.C | 20 ++++++++++++ 9 files changed, 96 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/gomp/unmappable-1.C