This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b5490afe3a4 Daily bump. new 2d454f98291 d: Merge upstream dmd, druntime 855353a1d9
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/VERSION | 2 +- gcc/d/dmd/cxxfrontend.d | 10 +++ gcc/d/dmd/dcast.d | 31 +++++--- gcc/d/dmd/dinterpret.d | 2 +- gcc/d/dmd/dsymbolsem.d | 7 +- gcc/d/dmd/dtemplate.d | 48 +++++++++--- gcc/d/dmd/enum.h | 6 ++ gcc/d/dmd/expression.h | 15 ++++ gcc/d/dmd/expressionsem.d | 9 ++- gcc/d/dmd/hdrgen.d | 3 +- gcc/d/dmd/lexer.d | 1 - gcc/d/dmd/mtype.d | 17 +++-- gcc/d/dmd/mtype.h | 5 +- gcc/d/dmd/root/filename.d | 2 +- gcc/d/dmd/root/filename.h | 2 +- gcc/d/dmd/template.h | 16 +--- gcc/d/dmd/templatesem.d | 85 ++++++++++++++-------- gcc/d/dmd/typesem.d | 16 +++- .../gdc.test/compilable/named_arguments_auto_ref.d | 39 ++++++++++ .../gdc.test/compilable/named_arguments_ifti.d | 27 +++++++ .../gdc.test/fail_compilation/hexstring.d | 5 +- .../fail_compilation/named_arguments_error.d | 11 ++- .../fail_compilation/named_arguments_ifti_error.d | 20 +++++ gcc/testsuite/gdc.test/runnable/literal.d | 10 ++- libphobos/libdruntime/MERGE | 2 +- .../core/internal/gc/impl/conservative/gc.d | 4 +- .../libdruntime/core/internal/gc/impl/manual/gc.d | 2 +- .../libdruntime/core/internal/gc/impl/proto/gc.d | 2 +- 29 files changed, 294 insertions(+), 107 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/named_arguments_auto_ref.d create mode 100644 gcc/testsuite/gdc.test/compilable/named_arguments_ifti.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/named_arguments_ifti_error.d