This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10 in repository gcc.
from 4c07da7bec0 c++: Fix bogus -Wparentheses warning [PR95344] new de946847b7c c++: ICE with -Wall and constexpr if [PR94937] new ae275b986b8 c++: explicit(bool) malfunction with dependent expression [ [...] new 23dd4256236 c++: Fix ICE in check_local_shadow with enum [PR95560]
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/cvt.c | 3 +-- gcc/cp/decl.c | 14 +++--------- gcc/cp/name-lookup.c | 4 +++- gcc/testsuite/g++.dg/cpp1z/constexpr-if34.C | 15 +++++++++++++ gcc/testsuite/g++.dg/cpp2a/explicit16.C | 21 ++++++++++++++++++ ...tant-evaluated9.C => is-constant-evaluated10.C} | 25 +++------------------- gcc/testsuite/g++.dg/warn/Wshadow-local-3.C | 7 ++++++ 7 files changed, 53 insertions(+), 36 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-if34.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/explicit16.C copy gcc/testsuite/g++.dg/cpp2a/{is-constant-evaluated9.C => is-constant-evaluated [...] create mode 100644 gcc/testsuite/g++.dg/warn/Wshadow-local-3.C