This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3609f65491f PR c++/85552 - wrong instantiation of dtor for DMI. new e3cc480c4e4 Add __cpp_lib_bind_front macro to <version> header new bde783a9344 Disable -Wctor-dtor-privacy warnings for some standard types new 16753006744 [NetBSD] Add support for the Arm EABI.
The 3 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: gcc/ChangeLog | 16 ++++ gcc/config.gcc | 31 +++++++- gcc/config.host | 2 +- gcc/config/arm/netbsd-eabi.h | 105 ++++++++++++++++++++++++++ gcc/config/arm/netbsd-elf.h | 25 +++--- gcc/config/netbsd-elf.h | 14 ++++ libatomic/ChangeLog | 7 ++ libatomic/configure.tgt | 2 +- libgcc/ChangeLog | 10 +++ libgcc/config.host | 11 ++- libgcc/config/arm/t-netbsd | 8 ++ libgcc/config/arm/t-netbsd-eabi | 18 +++++ libstdc++-v3/ChangeLog | 9 +++ libstdc++-v3/include/experimental/type_traits | 3 + libstdc++-v3/include/std/type_traits | 10 ++- libstdc++-v3/include/std/version | 1 + 16 files changed, 253 insertions(+), 19 deletions(-) create mode 100644 gcc/config/arm/netbsd-eabi.h create mode 100644 libgcc/config/arm/t-netbsd-eabi