This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b5a6b127183 PR c++/89187 * optimize.c (maybe_thunk_body): Clear TREE_ [...] new e89e4fec6d7 PR libstdc++/89128 add deduction guides for container adaptors
The 1 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: libstdc++-v3/ChangeLog | 8 ++ libstdc++-v3/include/bits/stl_queue.h | 38 +++++++ libstdc++-v3/include/bits/stl_stack.h | 12 +++ .../23_containers/priority_queue/deduction.cc | 119 +++++++++++++++++++++ .../testsuite/23_containers/queue/deduction.cc | 89 +++++++++++++++ .../testsuite/23_containers/stack/deduction.cc | 89 +++++++++++++++ 6 files changed, 355 insertions(+) create mode 100644 libstdc++-v3/testsuite/23_containers/priority_queue/deduction.cc create mode 100644 libstdc++-v3/testsuite/23_containers/queue/deduction.cc create mode 100644 libstdc++-v3/testsuite/23_containers/stack/deduction.cc