This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3efa913a6e4 Remove check for impossible condition in std::variant::index() new 0f6a2461e20 PR c++/91845 - ICE with invalid pointer-to-member. * expr [...] new 0198befcfc8 PR c++/91868 - improve -Wshadow location. * name-lookup.c [...]
The 2 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/ChangeLog | 11 +++++++++++ gcc/cp/expr.c | 2 +- gcc/cp/name-lookup.c | 6 +++--- gcc/cp/typeck2.c | 6 +++--- gcc/testsuite/ChangeLog | 8 ++++++++ gcc/testsuite/g++.dg/cpp1y/pr91845.C | 14 ++++++++++++++ gcc/testsuite/g++.dg/warn/Wshadow-16.C | 24 ++++++++++++++++++++++++ 7 files changed, 64 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr91845.C create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-16.C