This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7478278f88b libstdc++: Make names_pstl.cc require et tbb_backend new 866555b1700 tree-ssa-dse: Fix up handling of lhs of internal calls [PR108657] new 916ce577ad1 libstdc++: Implement P2255R2 dangling checks for std::pair new 4024f39941f libstdc++: Enable CTAD for std::basic_format_args (LWG 3810) new 38f321793ae libstdc++: Fix name of <experimental/optional> in comment
The 4 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/testsuite/gcc.dg/pr108657.c | 31 ++++++ gcc/tree-ssa-dse.cc | 2 +- libstdc++-v3/include/bits/stl_pair.h | 112 ++++++++++++++++++--- libstdc++-v3/include/experimental/optional | 2 +- libstdc++-v3/include/std/format | 101 +++++++++++-------- .../testsuite/20_util/pair/dangling_ref.cc | 67 ++++++++++++ .../testsuite/std/format/arguments/lwg3810.cc | 25 +++++ 7 files changed, 279 insertions(+), 61 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr108657.c create mode 100644 libstdc++-v3/testsuite/20_util/pair/dangling_ref.cc create mode 100644 libstdc++-v3/testsuite/std/format/arguments/lwg3810.cc