This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bc24c51c0cc RISC-V: Table A.6 conformance tests new 4b8d0d4d7fd c++: std::variant slow to compile [PR109678] new a43f3616c00 c++: look for empty base at specific offset [PR109678] new f9861511a1f c++: less invalidate_class_lookup_cache
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/constexpr.cc | 23 +++++++++-------- gcc/cp/cp-tree.h | 3 ++- gcc/cp/name-lookup.cc | 3 --- gcc/cp/search.cc | 25 ++++++++++++++++--- gcc/testsuite/g++.dg/cpp1z/variant1.C | 47 +++++++++++++++++++++++++++++++++++ 5 files changed, 84 insertions(+), 17 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/variant1.C