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 a38b0c6d62d c++: ICE with -fsanitize=vptr and constexpr dynamic_cast [PR98103] new 48aa64322e8 c++: ICE with switch and scoped enum bit-fields [PR98043] new d0684e49ee8 c++: Fix ICE with inline variable in template [PR97975] new 6fd09a6e8bc c++: Prevent warnings for value-dependent exprs [PR96742] new ff22b4e8d06 c++: ICE with deferred noexcept when deducing targs [PR82099]
The 4 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.c | 7 +++-- gcc/cp/cp-tree.h | 2 +- gcc/cp/decl.c | 17 +++++++++--- gcc/cp/pt.c | 10 +++++-- gcc/cp/typeck2.c | 7 +++-- gcc/testsuite/g++.dg/cpp0x/enum41.C | 32 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept61.C | 17 ++++++++++++ gcc/testsuite/g++.dg/cpp1z/inline-var8.C | 17 ++++++++++++ gcc/testsuite/g++.dg/warn/Wdiv-by-zero-3.C | 6 ++-- gcc/testsuite/g++.dg/warn/Wtautological-compare3.C | 11 ++++++++ gcc/testsuite/g++.dg/warn/Wtype-limits5.C | 11 ++++++++ gcc/testsuite/g++.old-deja/g++.pt/crash10.C | 1 - 12 files changed, 123 insertions(+), 15 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/enum41.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept61.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/inline-var8.C create mode 100644 gcc/testsuite/g++.dg/warn/Wtautological-compare3.C create mode 100644 gcc/testsuite/g++.dg/warn/Wtype-limits5.C