This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8946305ca71 Charry pick libsanitizer r355488 (PR sanitizer/88684). new a17f06b3f0a Add C++20 Traits for [Un]bounded Arrays (P1357R1) new 2613fa6bad3 Add L suffix to __cpp_lib_char8_t value
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 | 18 ++++++ libstdc++-v3/include/bits/c++config | 2 +- libstdc++-v3/include/std/type_traits | 20 +++++++ .../requirements/explicit_instantiation.cc | 4 +- .../requirements/typedefs.cc | 10 ++-- .../testsuite/20_util/is_bounded_array/value.cc | 68 ++++++++++++++++++++++ .../requirements/explicit_instantiation.cc | 4 +- .../requirements/typedefs.cc | 10 ++-- .../testsuite/20_util/is_unbounded_array/value.cc | 67 +++++++++++++++++++++ .../testsuite/experimental/feat-char8_t.cc | 4 +- 10 files changed, 190 insertions(+), 17 deletions(-) copy libstdc++-v3/testsuite/20_util/{remove_cvref => is_bounded_array}/requirement [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible => is_bounded_array}/r [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_bounded_array/value.cc copy libstdc++-v3/testsuite/20_util/{remove_cvref => is_unbounded_array}/requireme [...] copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible => is_unbounded_array} [...] create mode 100644 libstdc++-v3/testsuite/20_util/is_unbounded_array/value.cc