This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 72f03d0 Drop excess size used for run time allocated stack variables. new cbf6456 Add constexpr to <iterator> and <array> for C++17 new a531297 Implement resolution of LWG DR 685 precisely new 7813d41 Use dg-do preprocess instead of compile for tests new 4c11ef7 Remove reference to -pthreads option in libstdc++ manual
The 4 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/doc/html/manual/using.html | 2 +- libstdc++-v3/doc/xml/manual/using.xml | 2 +- libstdc++-v3/include/bits/c++config | 8 + libstdc++-v3/include/bits/range_access.h | 28 ++-- libstdc++-v3/include/bits/stl_iterator.h | 171 +++++++++---------- .../include/bits/stl_iterator_base_funcs.h | 21 ++- libstdc++-v3/include/std/array | 36 ++-- .../{range_access.cc => range_access_c++11.cc} | 8 +- .../{range_access.cc => range_access_c++14.cc} | 34 +++- .../headers/iterator/range_access_c++17.cc | 57 +++++++ .../24_iterators/headers/iterator/synopsis.cc | 1 + .../headers/iterator/synopsis_c++11.cc | 165 +++++++++++++++++++ .../headers/iterator/synopsis_c++14.cc} | 13 +- .../headers/iterator/synopsis_c++17.cc | 181 +++++++++++++++++++++ .../24_iterators/move_iterator/greedy_ops.cc | 2 +- .../reverse_iterator/71771.cc} | 44 ++--- .../24_iterators/reverse_iterator/greedy_ops.cc | 4 +- libstdc++-v3/testsuite/experimental/feat-cxx14.cc | 3 +- .../testsuite/experimental/feat-lib-fund.cc | 3 +- .../testsuite/ext/profile/mutex_extensions_neg.cc | 2 +- 21 files changed, 655 insertions(+), 173 deletions(-) copy libstdc++-v3/testsuite/24_iterators/headers/iterator/{range_access.cc => rang [...] rename libstdc++-v3/testsuite/24_iterators/headers/iterator/{range_access.cc => ra [...] create mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/range_acce [...] create mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++11.cc copy libstdc++-v3/testsuite/{20_util/is_callable/requirements/explicit_instantiati [...] create mode 100644 libstdc++-v3/testsuite/24_iterators/headers/iterator/synopsis_c++17.cc copy libstdc++-v3/testsuite/{special_functions/07_cyl_bessel_i/compile.cc => 24_it [...]