This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-6-branch in repository gcc.
from 1116647 PR 70564 disambiguate constructor for not_fn call wrapper new 87f036e 77864 Fix noexcept conditions for map/set default constructors new d19f839 PR 70101 fix allocator-extended ctors for std::priority_queue
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: libstdc++-v3/ChangeLog | 23 ++++++++ libstdc++-v3/include/bits/stl_map.h | 6 +- libstdc++-v3/include/bits/stl_multimap.h | 6 +- libstdc++-v3/include/bits/stl_multiset.h | 6 +- libstdc++-v3/include/bits/stl_queue.h | 12 ++-- libstdc++-v3/include/bits/stl_set.h | 6 +- .../noexcept_default_construct.cc} | 14 +++-- .../cons/noexcept_default_construct.cc} | 14 +++-- .../multiset/cons/noexcept_default_construct.cc} | 24 ++++---- .../priority_queue/allocator.cc} | 64 ++++++++++++---------- .../set/cons/noexcept_default_construct.cc} | 24 ++++---- 11 files changed, 113 insertions(+), 86 deletions(-) copy libstdc++-v3/testsuite/23_containers/map/{77334.cc => cons/noexcept_default_c [...] copy libstdc++-v3/testsuite/23_containers/{map/77334.cc => multimap/cons/noexcept_ [...] copy libstdc++-v3/testsuite/{20_util/pair/70437.cc => 23_containers/multiset/cons/ [...] copy libstdc++-v3/testsuite/{special_functions/02_assoc_legendre/check_nan.cc => 2 [...] copy libstdc++-v3/testsuite/{20_util/pair/70437.cc => 23_containers/set/cons/noexc [...]