This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a97e49a89d1 middle-end/95690 - avoid MEM_EXPRs for constants new 92bed036098 c++: Improve access checking inside templates [PR41437] new 668ef28fbb4 c++: Clean up previous change [PR41437] new 28462a44961 c++: TI_DEFERRED_ACCESS_CHECKS and dependent decls
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/call.c | 36 ----- gcc/cp/cp-tree.h | 64 +++----- gcc/cp/decl.c | 8 +- gcc/cp/parser.c | 4 - gcc/cp/pt.c | 164 +++------------------ gcc/cp/search.c | 15 -- gcc/cp/semantics.c | 130 +++++++++------- gcc/testsuite/g++.dg/cpp2a/concepts-using2.C | 4 +- gcc/testsuite/g++.dg/lto/20081219_1.C | 2 +- gcc/testsuite/g++.dg/lto/20091002-1_0.C | 2 +- gcc/testsuite/g++.dg/lto/pr65475c_0.C | 3 + gcc/testsuite/g++.dg/opt/dump1.C | 2 +- gcc/testsuite/g++.dg/other/pr53574.C | 2 +- gcc/testsuite/g++.dg/template/access30.C | 10 ++ gcc/testsuite/g++.dg/template/access31.C | 29 ++++ .../wrappers/wrapper-around-type-pack-expansion.C | 2 +- .../94831.cc => 20_util/is_constructible/94003.cc} | 15 +- 17 files changed, 173 insertions(+), 319 deletions(-) create mode 100644 gcc/testsuite/g++.dg/template/access30.C create mode 100644 gcc/testsuite/g++.dg/template/access31.C copy libstdc++-v3/testsuite/{23_containers/vector/cons/94831.cc => 20_util/is_cons [...]