This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 58340a7cd36 Fortran: Fix c_float128 and c_float128_complex definitions. new 04ddd108d12 libstdc++: Fix missing descriptions in ChangeLog entries new 4fa6c0ec350 libstdc++: Define std::is_pointer_interconvertible_base_of [...]
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 | 2 + libstdc++-v3/include/std/type_traits | 27 ++++++++++++ libstdc++-v3/include/std/version | 4 ++ .../20_util/is_pointer_interconvertible/value.cc | 51 ++++++++++++++++++++++ .../20_util/is_pointer_interconvertible/version.cc | 10 +++++ .../testsuite/23_containers/span/layout_compat.cc | 2 +- 6 files changed, 95 insertions(+), 1 deletion(-) create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/value.cc create mode 100644 libstdc++-v3/testsuite/20_util/is_pointer_interconvertible/version.cc