This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from baa9b2b8d2e Fortran: Add F2018 TEAM_NUMBER to coindexed expressions [PR98903] new 6e4045513d7 arm: allow type-punning subregs in vpr_register_operand [PR115439] new d63b52e059a libphobos: Merge upstream phobos 0faae92d6
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/config/arm/predicates.md | 16 +- libphobos/src/MERGE | 2 +- libphobos/src/std/algorithm/iteration.d | 34 +- libphobos/src/std/array.d | 387 ++++++++++---- libphobos/src/std/bigint.d | 26 +- libphobos/src/std/checkedint.d | 2 +- libphobos/src/std/container/dlist.d | 2 +- libphobos/src/std/conv.d | 36 ++ libphobos/src/std/datetime/stopwatch.d | 1 - libphobos/src/std/format/internal/floats.d | 193 +++---- libphobos/src/std/format/internal/read.d | 5 +- libphobos/src/std/format/internal/write.d | 13 +- libphobos/src/std/format/read.d | 10 + libphobos/src/std/functional.d | 72 ++- libphobos/src/std/getopt.d | 111 +++- libphobos/src/std/math/operations.d | 95 ++-- libphobos/src/std/process.d | 60 +-- libphobos/src/std/random.d | 127 ++++- libphobos/src/std/range/interfaces.d | 2 +- libphobos/src/std/range/package.d | 21 +- libphobos/src/std/stdio.d | 144 ++++++ libphobos/src/std/sumtype.d | 560 ++++++++++++++++++--- libphobos/src/std/typecons.d | 109 ++-- libphobos/testsuite/libphobos.phobos/std_array.d | 17 + libphobos/testsuite/libphobos.phobos/std_conv.d | 12 + .../testsuite/libphobos.phobos/std_functional.d | 33 ++ libphobos/testsuite/libphobos.phobos/std_sumtype.d | 153 ++++++ 27 files changed, 1800 insertions(+), 443 deletions(-)