This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 12f8dc0b642 Undo multi-word optional reloads correctly new 8977f4bec65 d: Merge upstream dmd 423f19b41, druntime 100a608c, phobos [...]
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/dtemplate.d | 9 +- gcc/d/dmd/expression.d | 161 ++++++++++++++++++++- gcc/d/dmd/lexer.d | 71 ++++++++- gcc/d/dmd/optimize.d | 21 ++- gcc/d/dmd/statementsem.d | 2 + gcc/d/dmd/tokens.d | 2 + gcc/d/dmd/tokens.h | 1 + gcc/testsuite/gdc.test/compilable/test21975.d | 15 ++ .../gdc.test/runnable_cxx/extra-files/cppb.cpp | 47 +++--- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/memory.d | 9 +- libphobos/libdruntime/core/stdc/math.d | 133 ++++++++++++++++- libphobos/libdruntime/core/stdc/stdio.d | 16 +- libphobos/libdruntime/core/stdcpp/exception.d | 10 +- libphobos/libdruntime/core/stdcpp/typeinfo.d | 40 +++-- libphobos/libdruntime/core/sys/posix/locale.d | 2 +- libphobos/libdruntime/object.d | 18 ++- libphobos/src/MERGE | 2 +- libphobos/src/std/datetime/systime.d | 35 +++-- libphobos/src/std/sumtype.d | 41 +----- 21 files changed, 503 insertions(+), 136 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/test21975.d