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 d448688 2015-09-03 Richard Biener rguenther@suse.de new 5d2a2ca Backport fix for PR libstdc++/62258 from mainline new c1bddff Backport PR libstdc++/66855 fix from mainline new 193ec5f Backport atomic_futex.h warning fix from mainline new 7cf3994 Backport libstdc++/67374 fix from mainline new 2cdea5a Make std::experimental::not_fn SFINAE-friendly.
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 | 43 +++++++++++++++++++++ libstdc++-v3/include/bits/atomic_futex.h | 15 ++++---- libstdc++-v3/include/bits/range_access.h | 8 ++++ libstdc++-v3/include/experimental/functional | 32 +++++++++++----- libstdc++-v3/libsupc++/eh_ptr.cc | 3 ++ libstdc++-v3/src/c++11/codecvt.cc | 6 ++- .../14026.cc => exception_ptr/62258.cc} | 44 +++++++++++++--------- .../codecvt_utf8_utf16/66855.cc} | 37 +++++++++--------- .../testsuite/26_numerics/valarray/range_access.cc | 3 ++ .../valarray/{range_access.cc => range_access2.cc} | 13 +++++-- .../testsuite/experimental/functional/not_fn.cc | 32 +++++++++++++++- 11 files changed, 177 insertions(+), 59 deletions(-) copy libstdc++-v3/testsuite/18_support/{uncaught_exception/14026.cc => exception_p [...] copy libstdc++-v3/testsuite/22_locale/{conversions/string/66441.cc => codecvt/code [...] copy libstdc++-v3/testsuite/26_numerics/valarray/{range_access.cc => range_access2 [...]