This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e6cc67f6616 PR fortran/71706 - ICE on using sync images with -fcheck=bounds new b1005f553d3 c++: Fix CTAD for aggregates in template [PR95568] new 54980635c53 c++: Check uniqueness of concepts/variable templates [PR94553] new 346bce6fe0c middle-end: Optimize (A&C)^(B&C) to (A^B)&C in simplify_rtx [...]
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/decl.c | 12 +- gcc/cp/pt.c | 2 +- gcc/simplify-rtx.c | 169 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp1y/pr68578.C | 2 +- gcc/testsuite/g++.dg/cpp1y/var-templ66.C | 7 + gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr5.C | 20 +++ gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr6.C | 35 +++++ gcc/testsuite/g++.dg/cpp2a/concepts-redecl1.C | 7 + 8 files changed, 251 insertions(+), 3 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ66.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr5.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/class-deduction-aggr6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-redecl1.C