This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ea257f14ec2 Arm: Add HF modes to ANY iterators new 1bbfe9f8117 Update libstdc++ documentation for C++2a implementation status new e06fcd5a3dc Provide __start_minfo/__stop_minfo for linkers that don't ( [...]
The 2 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 | 8 ++ gcc/d/d-spec.cc | 9 ++- gcc/d/lang.opt | 4 + gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/lib/gdc.exp | 4 + libphobos/ChangeLog | 36 +++++++++ libphobos/configure | 86 +++++++++++++++++++--- libphobos/configure.ac | 8 ++ libphobos/libdruntime/Makefile.am | 24 +++++- libphobos/libdruntime/Makefile.in | 71 ++++++++++++++---- libphobos/libdruntime/gcc/config.d.in | 3 - .../libdruntime/gcc/drtstuff.c | 35 ++++----- libphobos/libdruntime/rt/sections_elf_shared.d | 1 - libphobos/m4/druntime/os.m4 | 1 + libphobos/src/Makefile.am | 9 ++- libphobos/src/Makefile.in | 10 ++- libphobos/src/drtstuff.spec | 5 ++ libphobos/src/libgphobos.spec.in | 4 +- libphobos/testsuite/testsuite_flags.in | 1 + libstdc++-v3/ChangeLog | 3 + libstdc++-v3/doc/html/manual/status.html | 4 +- libstdc++-v3/doc/xml/manual/status_cxx2020.xml | 3 +- 22 files changed, 263 insertions(+), 72 deletions(-) copy libgcc/config/riscv/muldi3.S => libphobos/libdruntime/gcc/drtstuff.c (64%) create mode 100644 libphobos/src/drtstuff.spec