This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 55bb4515734 Document PSTL linker flags new cf333d53930 libphobos: Add D support for RISC-V Linux new 22da68fb52a libphobos: Add D support for S/390 Linux new b09afa7b8f5 libphobos: Add AArch64 Linux as a supported target. new fd1863e18d0 Implement LWG 2904 for std::variant assignment new 7f6a1a9c800 Fix whitespace in ChangeLog
The 5 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/ChangeLog | 5 ++ gcc/d/typeinfo.cc | 12 +-- gcc/testsuite/ChangeLog | 7 ++ gcc/testsuite/gdc.dg/link.d | 2 +- gcc/testsuite/gdc.dg/runnable.d | 13 ++- gcc/testsuite/gdc.dg/simd.d | 5 +- libphobos/ChangeLog | 21 +++++ libphobos/configure.tgt | 9 +++ libphobos/libdruntime/gcc/sections/elf_shared.d | 27 ++++++- libphobos/src/std/math.d | 33 ++++++++ .../testsuite/libphobos.typeinfo/struct-align.d | 13 +++ libstdc++-v3/ChangeLog | 26 +++++- libstdc++-v3/include/std/variant | 94 ++++++++-------------- .../testsuite/20_util/variant/exception_safety.cc | 41 ++++++++++ 14 files changed, 230 insertions(+), 78 deletions(-) create mode 100644 libphobos/testsuite/libphobos.typeinfo/struct-align.d