This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8f3c814bf48 Save typespec for empty array constructor. new 55e0d35ac20 libstdc++: Fix whitespace in ChangeLog-2019 new c81c698f033 libstdc++: Implementing P0767 - deprecate POD new e7f449de240 libstdc++: Fix testsuite failures and warnings due to is_po [...] new 8f784990a5c libstdc++: Fix <ext/pointer.h> incompatibilities with C++20
The 4 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 | 25 ++++++++++++++++++++++ libstdc++-v3/ChangeLog-2019 | 2 +- libstdc++-v3/include/bits/c++config | 7 ++++++ libstdc++-v3/include/experimental/type_traits | 3 +++ libstdc++-v3/include/ext/extptr_allocator.h | 8 +++---- libstdc++-v3/include/ext/pointer.h | 11 ++++++++++ libstdc++-v3/include/std/type_traits | 10 +++++++-- .../18_support/max_align_t/requirements/2.cc | 4 ++++ .../deprecated-2a.cc} | 17 ++++++--------- .../is_pod/requirements/explicit_instantiation.cc | 1 + .../20_util/is_pod/requirements/typedefs.cc | 1 + libstdc++-v3/testsuite/20_util/is_pod/value.cc | 1 + .../testsuite/experimental/type_traits/value.cc | 1 + 13 files changed, 74 insertions(+), 17 deletions(-) copy libstdc++-v3/testsuite/20_util/{is_nothrow_convertible/requirements/explicit_ [...]