This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch in repository gcc.
from b405b13abc2 RTEMS/Ada: Fix some POSIX types new a6332f3b512 Remove _Node_insert_return::get() member functions (P0508R0) new 5abe82a5a04 Fix typo in std::wbuffer_convert new 59a0f470e71 PR libstdc++/83226 avoid forming pointer-to-reference type new 6cdf0c63854 PR libstdc++/82685 add 'noexcept' to string_view literals new 7fbed621a8f Add noexcept to generic std::size, std::empty and std::data new ee19955c951 Add noexcept to std::shared_future copy operations (LWG DR 2799) new bb3453bd959 Add noexcept to std::integral_constant members new 44a9611236d PR libstdc++/83134 Ensure std::__not_ converts B::value to bool
The 8 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 | 60 ++++++++++++++++++++++ libstdc++-v3/include/bits/locale_conv.h | 2 +- libstdc++-v3/include/bits/node_handle.h | 25 ++------- libstdc++-v3/include/bits/range_access.h | 14 +++-- libstdc++-v3/include/experimental/string_view | 8 +-- libstdc++-v3/include/std/future | 4 +- libstdc++-v3/include/std/string_view | 8 +-- libstdc++-v3/include/std/type_traits | 19 +++---- libstdc++-v3/include/std/utility | 2 +- .../20_util/declval/requirements/1_neg.cc | 2 +- .../mem_fn/80478.cc => logical_traits/83134.cc} | 11 ++-- .../make_signed/requirements/typedefs_neg.cc | 2 +- .../make_unsigned/requirements/typedefs_neg.cc | 4 +- .../2.cc => 22_locale/conversions/buffer/3.cc} | 35 +++++++++---- .../map/modifiers/insert/83226.cc} | 8 +-- 15 files changed, 133 insertions(+), 71 deletions(-) copy libstdc++-v3/testsuite/20_util/{function_objects/mem_fn/80478.cc => logical_t [...] copy libstdc++-v3/testsuite/{25_algorithms/is_partitioned/2.cc => 22_locale/conver [...] copy libstdc++-v3/testsuite/{21_strings/basic_string/cons/wchar_t/79162.cc => 23_c [...]