This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ba009860aec openmp: Fix ICE on non-rectangular loop with known 0 iterations new 4c4dfe21df4 libphobos: Merge upstream phobos 7948e0967. new fa9091ad93b d: Add dragonflybsd support for D compiler and runtime new 27d8c3516b6 d: Fix a couple of ICEs found in the dmd front-end (PR97842) new 798bdfa0ebc d: Fix LHS of array concatentation evaluated before the RHS.
The 4 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/config.gcc | 3 + gcc/config/{sol2-d.c => dragonfly-d.c} | 16 +- .../libgcc-softfp.ver => gcc/config/t-dragonfly | 13 +- gcc/d/d-codegen.cc | 5 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/cond.c | 4 + gcc/d/dmd/mtype.c | 6 + gcc/d/expr.cc | 3 + gcc/testsuite/gdc.dg/torture/pr97843.d | 37 +++ .../gdc.test/fail_compilation/fail18970.d | 37 +++ .../gdc.test/fail_compilation/imports/test21164a.d | 9 + .../gdc.test/fail_compilation/imports/test21164b.d | 4 + .../gdc.test/fail_compilation/imports/test21164c.d | 10 + .../gdc.test/fail_compilation/imports/test21164d.d | 9 + .../gdc.test/fail_compilation/test21164.d | 13 + libphobos/configure | 2 +- libphobos/configure.tgt | 3 + libphobos/m4/druntime/os.m4 | 2 +- libphobos/src/MERGE | 2 +- libphobos/src/std/string.d | 267 --------------------- 20 files changed, 156 insertions(+), 291 deletions(-) copy gcc/config/{sol2-d.c => dragonfly-d.c} (71%) copy libgcc/config/aarch64/libgcc-softfp.ver => gcc/config/t-dragonfly (85%) create mode 100644 gcc/testsuite/gdc.dg/torture/pr97843.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail18970.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/test21164a.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/test21164b.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/test21164c.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/test21164d.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test21164.d