This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d7ee909e9ad PR go/89321 compiler: copy has_padding field from conv [...] new 668bd806c74 Add netbsd support for D compiler and runtime
The 1 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 | 6 ++++ gcc/config.gcc | 2 ++ gcc/config/{linux.c => netbsd-d.c} | 30 ++++++++++--------- gcc/config/t-netbsd | 4 +++ gcc/d/ChangeLog | 4 +++ gcc/d/d-system.h | 3 +- libphobos/ChangeLog | 4 +++ libphobos/configure.tgt | 2 ++ libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/stdc/assert_.d | 7 +++++ libphobos/libdruntime/core/stdc/stdio.d | 34 ++++------------------ libphobos/libdruntime/core/stdc/wchar_.d | 42 +++++++++++++++++++++++++++ libphobos/libdruntime/core/sys/netbsd/dlfcn.d | 2 +- 13 files changed, 96 insertions(+), 46 deletions(-) copy gcc/config/{linux.c => netbsd-d.c} (60%)