This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6081d8994ed c++: Fix ICE with nsdmi [PR99705] new 8ab1d637440 d: Add openbsd support for D compiler [PR99691] new 74ed3fc2796 [freebsd] d: Fix build failures on sparc64-*-freebsd* new 2892e2f7028 d: Add windows support for D compiler [PR91595] new 433b6b12dfa d: Define IN_TARGET_CODE in all machine-specific D language files. new 8f5e18db259 Fix ICE: in function_and_variable_visibility, at ipa-visibi [...] new fdfcb5353cc libphobos: Build all modules with -fversion=Shared when con [...]
The 6 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/config.gcc | 8 +++++ gcc/config/aarch64/aarch64-d.c | 2 ++ gcc/config/arm/arm-d.c | 2 ++ gcc/config/freebsd-d.c | 1 + gcc/config/i386/cygwin.h | 9 ++++++ gcc/config/i386/i386-d.c | 2 ++ gcc/config/i386/mingw32.h | 12 ++++++++ gcc/config/i386/t-cygming | 4 +++ gcc/config/{glibc-d.c => i386/winnt-d.c} | 34 +++++++++++++--------- gcc/config/mips/mips-d.c | 2 ++ gcc/config/{netbsd-d.c => openbsd-d.c} | 12 ++++---- gcc/config/pa/pa-d.c | 2 ++ gcc/config/riscv/riscv-d.c | 2 ++ gcc/config/rs6000/rs6000-d.c | 2 ++ gcc/config/s390/s390-d.c | 2 ++ gcc/config/sparc/sparc-d.c | 2 ++ gcc/config/t-openbsd | 5 ++++ gcc/testsuite/gcc.dg/tls/pr99466-1.c | 8 +++++ gcc/testsuite/gcc.dg/tls/pr99466-2.c | 10 +++++++ gcc/tree-emutls.c | 6 ++-- libphobos/Makefile.in | 3 ++ libphobos/configure | 24 +++++++++------ libphobos/configure.ac | 17 ++++++----- libphobos/libdruntime/Makefile.am | 2 +- libphobos/libdruntime/Makefile.in | 5 +++- libphobos/src/Makefile.am | 2 +- libphobos/src/Makefile.in | 5 +++- libphobos/testsuite/Makefile.in | 3 ++ .../libphobos.druntime_shared/druntime_shared.exp | 4 +-- .../libphobos.phobos_shared/phobos_shared.exp | 4 +-- libphobos/testsuite/testsuite_flags.in | 3 +- 31 files changed, 153 insertions(+), 46 deletions(-) copy gcc/config/{glibc-d.c => i386/winnt-d.c} (61%) copy gcc/config/{netbsd-d.c => openbsd-d.c} (79%) create mode 100644 gcc/testsuite/gcc.dg/tls/pr99466-1.c create mode 100644 gcc/testsuite/gcc.dg/tls/pr99466-2.c