This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 21b807e Add check_effective_target_rdynamic and use it in g++.dg/lto/ [...] new 09853a4 Define std::byte for C++17 (P0298R3)
The 1 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 | 8 + libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 25 +-- libstdc++-v3/include/c_global/cstddef | 129 ++++++++++++ .../byte/global_neg.cc} | 12 +- libstdc++-v3/testsuite/18_support/byte/ops.cc | 224 +++++++++++++++++++++ .../byte/requirements.cc} | 20 +- 6 files changed, 387 insertions(+), 31 deletions(-) copy libstdc++-v3/testsuite/{20_util/variant/index_type.cc => 18_support/byte/glob [...] create mode 100644 libstdc++-v3/testsuite/18_support/byte/ops.cc copy libstdc++-v3/testsuite/{30_threads/scoped_lock/requirements/explicit_instanti [...]