This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 2d55d94e5df libstdc++: Reduce std::variant template instantiation depth new d33c3b5ac9b c++: non-dep array list-init w/ non-triv dtor [PR109899] new 47673571b28 c++: explicit inst w/ similar constrained partial specs [PR104634]
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/cp/init.cc | 3 +- gcc/cp/pt.cc | 1 + gcc/testsuite/g++.dg/cpp0x/initlist-array21.C | 12 ++++++++ .../g++.dg/cpp2a/concepts-explicit-inst6.C | 35 ++++++++++++++++++++++ 4 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-array21.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-explicit-inst6.C