This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-5-branch in repository gcc.
from 0a71c89 2016-03-01 Richard Biener rguenther@suse.de new bbc8fcb PR78273 fix count to work with partitioning function new 585b058 PR78134 fix return types of heterogeneous lookup functions new 6c7285b PR78702 fix accessibility of locale::facet::__shim new 3fafaf2 PR69301 don't assume atomic<T> can default construct T new 55cc24b PR69321 fix any_cast<T>(any*) for non-copyable T
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: libstdc++-v3/ChangeLog | 58 ++++++++++++++++++++++ libstdc++-v3/include/bits/locale_classes.h | 5 +- libstdc++-v3/include/bits/stl_map.h | 30 ++++++----- libstdc++-v3/include/bits/stl_multimap.h | 28 ++++++----- libstdc++-v3/include/bits/stl_multiset.h | 24 ++++----- libstdc++-v3/include/bits/stl_set.h | 26 +++++----- libstdc++-v3/include/experimental/any | 22 +++++--- libstdc++-v3/include/ext/pointer.h | 8 +-- libstdc++-v3/include/std/atomic | 36 ++++++++------ libstdc++-v3/src/c++11/cxx11-shim_facets.cc | 20 +++++--- .../testsuite/23_containers/map/operations/2.cc | 49 ++++++++++++++++-- .../23_containers/multimap/operations/2.cc | 27 ++++++++-- .../23_containers/multiset/operations/2.cc | 27 ++++++++-- .../testsuite/23_containers/set/operations/2.cc | 50 +++++++++++++++++-- .../62154.cc => 29_atomics/atomic/69301.cc} | 48 ++++++++---------- .../testsuite/experimental/any/misc/any_cast.cc | 13 +++++ .../experimental/any/misc/any_cast_neg.cc | 2 +- 17 files changed, 339 insertions(+), 134 deletions(-) copy libstdc++-v3/testsuite/{18_support/nested_exception/62154.cc => 29_atomics/at [...]