This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 5770b8ce961 When this testcase was introduced it failed to account for [...] new a3d1baa9998 DR 2586 fix value category in uses-allocator checks new b24f00b1d03 Update libstdc++ documentation for implementation status
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 | 13 ++++++++++ libstdc++-v3/doc/html/manual/bugs.html | 24 ++++++++++++++++++- libstdc++-v3/doc/html/manual/status.html | 28 +++++++++++++++++----- libstdc++-v3/doc/xml/manual/intro.xml | 8 +++++++ libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 11 +++++++++ libstdc++-v3/include/bits/uses_allocator.h | 11 +++++---- .../20_util/scoped_allocator/69293_neg.cc | 2 +- .../scoped_allocator/dr2586.cc} | 21 +++++++++++----- .../testsuite/20_util/tuple/cons/allocators.cc | 14 +++++++++++ .../testsuite/20_util/uses_allocator/69293_neg.cc | 2 +- .../testsuite/20_util/uses_allocator/cons_neg.cc | 2 +- 11 files changed, 116 insertions(+), 20 deletions(-) copy libstdc++-v3/testsuite/{17_intro/headers/c++2011/parallel_mode.cc => 20_util/ [...]