This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch in repository gcc.
from 8f5919f154b Daily bump. new a8513e124bb PR libstdc++/92059 fix several bugs in tr2::dynamic_bitset new ab9591e1989 Update URL for Hoard in libstdc++ docs new d2c2caa6d5f Update URL for CUJ article in libstdc++ docs new 76a5021ecc3 Add makefile target to update HTML files in source tree new 16dc52a09b3 PR libstdc++/92143 adjust for OS X aligned_alloc behaviour new a07f94acc2a Do not declare std::uses_allocator before C++11 new bdf2afeb8d7 Fix tests that fail with -std=gnu++98 or -std=gnu++11
The 7 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 | 78 ++++++ libstdc++-v3/doc/Makefile.am | 7 +- libstdc++-v3/doc/Makefile.in | 7 +- .../doc/html/manual/documentation_hacking.html | 7 +- libstdc++-v3/doc/html/manual/memory.html | 10 +- libstdc++-v3/doc/xml/manual/allocator.xml | 13 +- .../doc/xml/manual/documentation_hacking.xml | 9 +- libstdc++-v3/include/bits/memoryfwd.h | 2 + libstdc++-v3/include/tr2/dynamic_bitset | 295 ++++++++++----------- libstdc++-v3/include/tr2/dynamic_bitset.tcc | 2 +- libstdc++-v3/libsupc++/new_opa.cc | 5 +- libstdc++-v3/testsuite/17_intro/names.cc | 4 + .../20_util/is_nothrow_invocable/value.cc | 4 + libstdc++-v3/testsuite/experimental/names.cc | 7 +- .../62154.cc => tr2/dynamic_bitset/cmp.cc} | 42 ++- libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc | 105 ++++++++ .../dr2537.cc => tr2/dynamic_bitset/copy.cc} | 41 +-- .../dr2537.cc => tr2/dynamic_bitset/move.cc} | 39 +-- .../conv/bool.cc => tr2/dynamic_bitset/pr92059.cc} | 15 +- 19 files changed, 449 insertions(+), 243 deletions(-) copy libstdc++-v3/testsuite/{18_support/nested_exception/62154.cc => tr2/dynamic_b [...] create mode 100644 libstdc++-v3/testsuite/tr2/dynamic_bitset/cons.cc copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...] copy libstdc++-v3/testsuite/{23_containers/priority_queue/dr2537.cc => tr2/dynamic [...] copy libstdc++-v3/testsuite/{27_io/basic_ios/conv/bool.cc => tr2/dynamic_bitset/pr [...]