This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8ce18a29ef7 rs6000: Add power8-vector builtins new 037ef219b27 libstdc++: Add std::is_layout_compatible trait for C++20 new 6d692ef43b2 libstdc++: Update C++20 status table for layout-compatibili [...]
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/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 +- libstdc++-v3/include/std/type_traits | 25 ++++++++++ libstdc++-v3/include/std/version | 4 ++ .../is_corresponding_member.cc | 19 ++++++++ .../20_util/is_layout_compatible/value.cc | 56 ++++++++++++++++++++++ .../20_util/is_layout_compatible/version.cc | 10 ++++ .../is_pointer_interconvertible/with_class.cc | 29 +++++++++++ .../testsuite/23_containers/span/layout_compat.cc | 19 ++++---- 9 files changed, 156 insertions(+), 13 deletions(-) create mode 100644 libstdc++-v3/testsuite/20_util/is_layout_compatible/is_correspo [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_layout_compatible/value.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_layout_compatible/version.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/with [...]