This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-9 in repository gcc.
from beb84b76b39 Daily bump. new 6153cc3b756 libstdc++: Update __cpp_lib_erase_if macro (P1115R3) new 9a5cb1b3725 libstdc++: Improve C++14 status docs
The 2 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 | 32 + libstdc++-v3/doc/Makefile.am | 2 + libstdc++-v3/doc/Makefile.in | 2 + libstdc++-v3/doc/html/manual/status.html | 169 +-- libstdc++-v3/doc/xml/manual/status_cxx1998.xml | 2 +- libstdc++-v3/doc/xml/manual/status_cxx2011.xml | 59 +- libstdc++-v3/doc/xml/manual/status_cxx2014.xml | 1570 ++++++++++++++++++-- libstdc++-v3/include/bits/erase_if.h | 2 +- libstdc++-v3/include/std/deque | 2 +- libstdc++-v3/include/std/forward_list | 2 +- libstdc++-v3/include/std/list | 2 +- libstdc++-v3/include/std/string | 2 +- libstdc++-v3/include/std/vector | 2 +- libstdc++-v3/include/std/version | 2 +- .../testsuite/21_strings/basic_string/erasure.cc | 6 + .../testsuite/23_containers/deque/erasure.cc | 6 +- .../23_containers/forward_list/erasure.cc | 6 +- .../testsuite/23_containers/list/erasure.cc | 6 +- .../testsuite/23_containers/map/erasure.cc | 6 +- .../testsuite/23_containers/set/erasure.cc | 6 +- .../23_containers/unordered_map/erasure.cc | 6 +- .../23_containers/unordered_set/erasure.cc | 6 +- .../testsuite/23_containers/vector/erasure.cc | 6 +- 23 files changed, 1626 insertions(+), 278 deletions(-)