This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 60b708a9c87 Optimize 128-bit vector permutation with pand, pandn and por. new 1f4f3683457 libstdc++: Move std::error_category symbol to separate file [...] new 828287eac4f libstdc++: Improve Doxygen comments in <forward_list> new 8692cb10e82 libstdc++: Add conditional noexcept to range access functions
The 3 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/include/bits/forward_list.h | 123 +++++++++++---------- libstdc++-v3/include/bits/range_access.h | 15 ++- libstdc++-v3/src/c++11/Makefile.am | 1 + libstdc++-v3/src/c++11/Makefile.in | 13 ++- libstdc++-v3/src/c++11/cow-stdexcept.cc | 9 -- .../{cow-string-inst.cc => cow-system_error.cc} | 31 +++--- .../18_support/initializer_list/range_access.cc | 10 ++ .../headers/iterator/range_access_c++11.cc | 15 ++- .../headers/iterator/range_access_c++14.cc | 15 ++- .../headers/iterator/range_access_c++17.cc | 15 ++- .../24_iterators/range_access/range_access.cc | 18 +++ .../range_access/range_access_cpp17.cc | 57 ++++++++++ .../range_access/range_access_cpp20.cc | 8 +- 13 files changed, 220 insertions(+), 110 deletions(-) copy libstdc++-v3/src/c++11/{cow-string-inst.cc => cow-system_error.cc} (69%)