This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cb6741eedb7 Add noexcept to std::shared_future copy operations (LWG DR 2799) new 7c129b68908 [PATCH] New lang hook
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/ChangeLog | 18 ++ gcc/cp/ChangeLog | 8 + gcc/cp/cp-objcp-common.h | 2 + gcc/cp/cp-tree.h | 1 + gcc/cp/decl2.c | 38 ++- gcc/langhooks-def.h | 5 +- gcc/langhooks.c | 7 + gcc/langhooks.h | 4 + gcc/testsuite/ChangeLog | 4 + gcc/testsuite/g++.dg/pr82836.C | 628 +++++++++++++++++++++++++++++++++++++++++ gcc/tree.c | 11 + gcc/tree.h | 31 +- 12 files changed, 739 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/g++.dg/pr82836.C