This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e8c9f4ab8f0 d: Merge upstream dmd, druntime b7e3b3b617 new df1f6b98578 d: Merge upstream dmd, druntime d29e3eca45
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/d-codegen.cc | 2 +- gcc/d/d-lang.cc | 2 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/access.d | 6 +- gcc/d/dmd/aggregate.d | 3 +- gcc/d/dmd/arrayop.d | 10 +- gcc/d/dmd/attrib.d | 31 -- gcc/d/dmd/attrib.h | 3 - gcc/d/dmd/cond.d | 40 +- gcc/d/dmd/cond.h | 1 - gcc/d/dmd/cparse.d | 2 +- gcc/d/dmd/ctfe.h | 3 - gcc/d/dmd/ctfeexpr.d | 6 +- gcc/d/dmd/cxxfrontend.d | 8 +- gcc/d/dmd/dcast.d | 35 +- gcc/d/dmd/declaration.d | 10 - gcc/d/dmd/declaration.h | 3 - gcc/d/dmd/dinterpret.d | 15 +- gcc/d/dmd/dmodule.d | 2 - gcc/d/dmd/doc.d | 26 +- gcc/d/dmd/dsymbol.d | 9 +- gcc/d/dmd/dsymbol.h | 2 +- gcc/d/dmd/dsymbolsem.d | 63 +-- gcc/d/dmd/dtemplate.d | 24 +- gcc/d/dmd/dversion.d | 33 +- gcc/d/dmd/errors.d | 5 +- gcc/d/dmd/escape.d | 4 +- gcc/d/dmd/expression.d | 132 +---- gcc/d/dmd/expression.h | 48 +- gcc/d/dmd/expressionsem.d | 325 ++++++++---- gcc/d/dmd/func.d | 12 +- gcc/d/dmd/globals.d | 3 +- gcc/d/dmd/globals.h | 3 +- gcc/d/dmd/hdrgen.d | 87 +++- gcc/d/dmd/iasm.d | 4 +- gcc/d/dmd/iasmgcc.d | 16 +- gcc/d/dmd/identifier.d | 5 +- gcc/d/dmd/importc.d | 4 +- gcc/d/dmd/initsem.d | 2 +- gcc/d/dmd/intrange.d | 2 +- gcc/d/dmd/json.d | 19 +- gcc/d/dmd/location.d | 38 +- gcc/d/dmd/module.h | 2 - gcc/d/dmd/mtype.d | 16 +- gcc/d/dmd/ob.d | 4 +- gcc/d/dmd/opover.d | 571 ++++++++++++--------- gcc/d/dmd/parse.d | 24 +- gcc/d/dmd/statementsem.d | 2 +- gcc/d/dmd/template.h | 3 - gcc/d/dmd/templatesem.d | 2 +- gcc/d/dmd/typesem.d | 18 +- gcc/d/dmd/version.h | 6 - gcc/d/expr.cc | 6 +- gcc/testsuite/gdc.test/fail_compilation/b17285.d | 7 +- gcc/testsuite/gdc.test/fail_compilation/bug9631.d | 4 +- .../gdc.test/fail_compilation/dep_d1_ops.d | 249 ++++++--- .../gdc.test/fail_compilation/diag12063.d | 16 +- .../gdc.test/fail_compilation/diag13320.d | 3 +- .../gdc.test/fail_compilation/diag16499.d | 6 +- .../gdc.test/fail_compilation/fail10964.d | 12 +- .../gdc.test/fail_compilation/fail10968.d | 48 +- .../gdc.test/fail_compilation/fail18143.d | 16 +- .../gdc.test/fail_compilation/fail18985.d | 12 +- gcc/testsuite/gdc.test/fail_compilation/fail20.d | 3 +- .../gdc.test/fail_compilation/fail20616.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/fail297.d | 3 +- gcc/testsuite/gdc.test/fail_compilation/fail3.d | 3 +- gcc/testsuite/gdc.test/fail_compilation/fail3672.d | 7 +- gcc/testsuite/gdc.test/fail_compilation/fail4421.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/fail6107.d | 6 +- gcc/testsuite/gdc.test/fail_compilation/fail7848.d | 8 +- .../gdc.test/fail_compilation/fail_arrayexp.d | 23 +- .../gdc.test/fail_compilation/fail_opover.d | 36 +- gcc/testsuite/gdc.test/fail_compilation/ice10624.d | 7 +- gcc/testsuite/gdc.test/fail_compilation/ice12902.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice9545.d | 3 +- .../gdc.test/fail_compilation/operator_undefined.d | 3 +- .../gdc.test/fail_compilation/test20763.d | 31 ++ .../gdc.test/fail_compilation/test22329.d | 7 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/bitop.d | 5 + libphobos/libdruntime/core/sys/windows/ntdef.d | 7 +- 82 files changed, 1204 insertions(+), 1037 deletions(-) create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test20763.d