This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8517317ce8e ada: Improve detection of deactivated code for warnings wit [...] new b9b9d0a7db0 libstdc++: Remove some more unconditional uses of atomics new 9da3c935e3f libstdc++: Support dg-additional-files in tests new 557a858f2ea libstdc++: Add testcase for std::make_integer_sequence bug [...]
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/experimental/io_context | 4 +++ libstdc++-v3/include/experimental/memory_resource | 12 +++++++- libstdc++-v3/src/c++17/default_resource.h | 6 +++- libstdc++-v3/src/c++17/memory_resource.cc | 35 +++++++++++----------- .../testsuite/20_util/integer_sequence/pr111357.cc | 34 +++++++++++++++++++++ .../27_io/basic_filebuf/seekoff/char/1-io.cc | 4 +-- .../27_io/basic_filebuf/seekoff/char/2-io.cc | 4 +-- .../27_io/basic_filebuf/seekpos/char/1-io.cc | 4 +-- .../27_io/basic_filebuf/seekpos/char/2-io.cc | 4 +-- libstdc++-v3/testsuite/lib/dg-options.exp | 8 +++++ libstdc++-v3/testsuite/lib/libstdc++.exp | 9 +++++- 11 files changed, 92 insertions(+), 32 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/integer_sequence/pr111357.cc