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 7e008a8ba4a Daily bump. new bf49d83570d c++: Fix class NTTP constness handling [PR98810] new d4551305535 cgraph: flatten and same_body aliases [PR96078] new 371c7a82833 c++: C++17 and decltype of multi-operator expression [PR95675] new a588c87ba30 c++: Normalization and deduction guide rewriting [PR96199]
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/cgraph.h | 14 +++++++++++++ gcc/cgraphunit.c | 7 +++++-- gcc/cp/call.c | 8 ++++++++ gcc/cp/constraint.cc | 2 ++ gcc/cp/cp-tree.h | 18 +++++++++++++++++ gcc/cp/pt.c | 23 +++++++++++++++++----- .../{udlit-nosuffix-neg.C => decltype-call5.C} | 8 +++++--- gcc/testsuite/g++.dg/cpp0x/decltype-call6.C | 12 +++++++++++ gcc/testsuite/g++.dg/cpp2a/nontype-class-defarg1.C | 6 ++++++ gcc/testsuite/g++.dg/ext/attr-flatten1.C | 9 +++++++++ 10 files changed, 97 insertions(+), 10 deletions(-) copy gcc/testsuite/g++.dg/cpp0x/{udlit-nosuffix-neg.C => decltype-call5.C} (50%) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype-call6.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/nontype-class-defarg1.C create mode 100644 gcc/testsuite/g++.dg/ext/attr-flatten1.C