This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 98de0da6035 Daily bump. new 288e4c64f6b c++: partial ordering with dependent NTTP type [PR105289] new c83b9c54d9d c++: ICE with requires-expr and -Wsequence-point [PR105304]
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/c-family/c-common.cc | 2 +- gcc/cp/pt.cc | 7 ++++--- 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 ++++++++++++ 5 files changed, 38 insertions(+), 4 deletions(-) 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