This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b13f297f01c arm: Fix polymorphic variants failing with undefined refere [...] new 68f46862d33 d: foreach over a tuple doesn't work on 16-bit targets (PR100999)
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/cond.c | 29 +++++---- gcc/d/dmd/dinterpret.c | 9 +++ gcc/d/dmd/expression.c | 2 +- gcc/d/dmd/expressionsem.c | 12 ++-- gcc/d/dmd/statementsem.c | 36 +++++------ .../extra-files/minimal/object.d | 0 gcc/testsuite/gdc.test/compilable/interpret5.d | 30 ++++++++++ gcc/testsuite/gdc.test/compilable/minimal3.d | 36 +++++++++++ gcc/testsuite/gdc.test/compilable/staticforeach.d | 38 ++++++++++++ gcc/testsuite/gdc.test/compilable/test21742.d | 13 ++++ gcc/testsuite/gdc.test/compilable/test22006.d | 14 +++++ gcc/testsuite/gdc.test/fail_compilation/b12504.d | 64 ++++++++++++++++++++ .../gdc.test/fail_compilation/diag16976.d | 69 +++++++++++++++++----- gcc/testsuite/gdc.test/fail_compilation/fail117.d | 6 +- .../gdc.test/fail_compilation/fail22006.d | 22 +++++++ .../gdc.test/fail_compilation/fail238_m32.d | 8 +-- .../gdc.test/fail_compilation/fail238_m64.d | 8 +-- .../gdc.test/fail_compilation/fail7424b.d | 2 +- .../gdc.test/fail_compilation/fail7424c.d | 2 +- .../gdc.test/fail_compilation/fail7424d.d | 2 +- .../gdc.test/fail_compilation/fail7424e.d | 2 +- .../gdc.test/fail_compilation/fail7424f.d | 2 +- .../gdc.test/fail_compilation/fail7424g.d | 2 +- .../gdc.test/fail_compilation/fail7424h.d | 2 +- .../gdc.test/fail_compilation/fail7424i.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail9766.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/ice9406.d | 3 +- .../gdc.test/fail_compilation/test21927.d | 20 +++++++ .../gdc.test/fail_compilation/test21939.d | 9 +++ libphobos/src/MERGE | 2 +- libphobos/src/std/typecons.d | 15 ++--- 32 files changed, 387 insertions(+), 80 deletions(-) copy gcc/testsuite/gdc.test/{fail_compilation => compilable}/extra-files/minimal/o [...] create mode 100644 gcc/testsuite/gdc.test/compilable/interpret5.d create mode 100644 gcc/testsuite/gdc.test/compilable/minimal3.d create mode 100644 gcc/testsuite/gdc.test/compilable/test21742.d create mode 100644 gcc/testsuite/gdc.test/compilable/test22006.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/b12504.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail22006.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test21927.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test21939.d