This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from bf1426e 2016-10-05 Richard Biener rguenther@suse.de new 2df1fae 2016-10-05 Richard Biener rguenther@suse.de new f3bc5fe PR 70564 disambiguate constructors for not_fn call wrapper new be7068a Remove invalid alias declaration from _Node_handle new 0d692fc 77864 Fix noexcept conditions for map/set default constructors new ad69f5a PR 70101 fix allocator-extended ctors for std::priority_queue
The 5 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/ChangeLog | 6 +++ gcc/genmatch.c | 6 ++- libstdc++-v3/ChangeLog | 34 ++++++++++++++ libstdc++-v3/include/bits/node_handle.h | 6 +-- 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 +-- libstdc++-v3/include/experimental/functional | 53 +--------------------- libstdc++-v3/include/std/functional | 28 ++++++------ libstdc++-v3/testsuite/20_util/not_fn/1.cc | 7 +++ .../noexcept_default_construct.cc} | 14 ++++-- .../cons/noexcept_default_construct.cc} | 14 ++++-- .../multiset/cons/noexcept_default_construct.cc} | 23 ++++------ .../allocator.cc} | 52 +++++++++++---------- .../set/cons/noexcept_default_construct.cc} | 23 ++++------ .../testsuite/experimental/functional/not_fn.cc | 7 +++ 18 files changed, 157 insertions(+), 152 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/tuple/cons/66338.cc => 23_containers/multiset [...] copy libstdc++-v3/testsuite/23_containers/{set/move_comparison.cc => priority_queu [...] copy libstdc++-v3/testsuite/{20_util/tuple/cons/66338.cc => 23_containers/set/cons [...]