This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ce5720447c6 PR c/97882 - Segmentation Fault on improper redeclaration o [...] new c1d56e6a737 d: Merge upstream dmd 46133f761, druntime 0fd4364c
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/d/d-builtins.cc | 4 +- gcc/d/d-frontend.cc | 2 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/declaration.h | 40 +- gcc/d/dmd/dinterpret.c | 2 +- gcc/d/dmd/idgen.c | 38 + gcc/d/dmd/root/ctfloat.h | 18 + gcc/d/intrinsics.cc | 7 +- gcc/d/intrinsics.def | 53 +- gcc/testsuite/gdc.dg/intrinsics.d | 3 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 31 +- libphobos/libdruntime/Makefile.in | 48 +- libphobos/libdruntime/core/bitop.d | 145 ++- libphobos/libdruntime/core/checkedint.d | 48 +- libphobos/libdruntime/core/cpuid.d | 69 +- libphobos/libdruntime/core/internal/traits.d | 152 ++- libphobos/libdruntime/core/simd.d | 1096 +++++++++++--------- libphobos/libdruntime/core/stdc/stdio.d | 2 +- libphobos/libdruntime/core/sys/posix/locale.d | 28 + libphobos/libdruntime/core/thread/osthread.d | 8 - libphobos/libdruntime/core/vararg.d | 122 +++ libphobos/libdruntime/core/volatile.d | 67 ++ libphobos/libdruntime/rt/lifetime.d | 109 +- .../libphobos.allocations/tls_gc_integration.d | 2 +- 25 files changed, 1329 insertions(+), 769 deletions(-) create mode 100644 libphobos/libdruntime/core/volatile.d