This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from fefb1a1 Fix PR77862 gcc/testsuite/ChangeLog: new adeca87 Implement P0258R2 - helper for C++17 std::has_unique_object [...]
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-family/ChangeLog | 8 ++ gcc/c-family/c-common.c | 2 + gcc/c-family/c-common.h | 3 +- gcc/cp/ChangeLog | 21 +++ gcc/cp/cp-tree.h | 16 ++- gcc/cp/cxx-pretty-print.c | 3 + gcc/cp/parser.c | 6 +- gcc/cp/semantics.c | 4 + gcc/cp/tree.c | 144 +++++++++++++++++++++ gcc/testsuite/ChangeLog | 5 + .../g++.dg/cpp1z/has-unique-obj-representations1.C | 47 +++++++ .../g++.dg/cpp1z/has-unique-obj-representations2.C | 8 ++ 12 files changed, 264 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations1.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/has-unique-obj-representations2.C