This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-11 in repository gcc.
from 940bf20cd33 c++: global-namespace-qualified var after class def [PR90107] new c4332c785c8 c++: partial ordering with dependent NTTP type [PR105289] new 992dd9a071c c++: ICE with requires-expr and -Wsequence-point [PR105304] new 8969d00bf16 c++: decltype of non-dependent call of class type [PR105386]
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/c-family/c-common.c | 2 +- gcc/cp/pt.c | 7 ++++--- gcc/cp/semantics.c | 2 +- gcc/testsuite/g++.dg/cpp0x/decltype81.C | 15 +++++++++++++++ gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C | 10 ++++++++++ gcc/testsuite/g++.dg/template/partial-specialization11.C | 11 +++++++++++ gcc/testsuite/g++.dg/template/partial-specialization12.C | 12 ++++++++++++ 7 files changed, 54 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/decltype81.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-requires30.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization11.C create mode 100644 gcc/testsuite/g++.dg/template/partial-specialization12.C