This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13 in repository gcc.
from d73e585c72c AVR: target/113156 - Fix ICE due to missing "Save" on -m[lo [...] new 766ea9da8cc c++: non-dep array list-init w/ non-triv dtor [PR109899] new 854c9b68256 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