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 fdc22aca884 Daily bump. new 8f2cafc03f6 c++: unpropagated CONSTRUCTOR_MUTABLE_POISON [PR110463] new 23c64450cbc c++: NSDMI instantiation during overload resolution [PR110468]
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/cp-gimplify.cc | 2 ++ gcc/cp/init.cc | 4 ++++ gcc/testsuite/g++.dg/cpp0x/constexpr-mutable6.C | 18 ++++++++++++++++++ gcc/testsuite/g++.dg/cpp0x/noexcept79.C | 18 ++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-mutable6.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept79.C