This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 882d3b319db libstdc++: Add P1206R7 from_range members to std::string [P [...] new b905ce8caf0 d: Merge upstream dmd 1b34fea478, phobos 40ffbb364
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/dmd/MERGE | 2 +- gcc/d/dmd/globals.h | 1 + gcc/d/dmd/lexer.d | 4 +- gcc/d/dmd/location.d | 23 +++++--- gcc/d/dmd/typesem.d | 16 +++++- gcc/testsuite/gdc.test/compilable/test21179.d | 11 ++++ .../gdc.test/fail_compilation/fail_pretty_errors.d | 18 +++--- libphobos/Makefile.in | 1 + libphobos/configure | 53 ++++++++++++++++- libphobos/configure.ac | 1 + libphobos/libdruntime/Makefile.am | 3 +- libphobos/libdruntime/Makefile.in | 4 +- libphobos/m4/druntime/os.m4 | 27 +++++++++ libphobos/src/MERGE | 2 +- libphobos/src/Makefile.am | 3 +- libphobos/src/Makefile.in | 4 +- libphobos/src/std/format/write.d | 11 +++- libphobos/src/std/random.d | 66 ++++++++++++++++++---- libphobos/testsuite/Makefile.in | 1 + libphobos/testsuite/testsuite_flags.in | 2 +- 20 files changed, 210 insertions(+), 43 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/test21179.d