This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cace77f4fb8 libstdc++: Add test for std::con/disjunction's base class new b7a586beae1 d: Merge upstream dmd 817610b16d, phobos b578dfad9
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-ctfloat.cc | 5 +- gcc/d/d-lang.cc | 1 - gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/README.md | 282 +- gcc/d/dmd/astenums.d | 1 - gcc/d/dmd/canthrow.d | 4 +- gcc/d/dmd/common/README.md | 8 +- gcc/d/dmd/common/outbuffer.d | 78 +- gcc/d/dmd/ctfeexpr.d | 20 +- gcc/d/dmd/declaration.d | 22 +- gcc/d/dmd/declaration.h | 9 +- gcc/d/dmd/dimport.d | 11 +- gcc/d/dmd/dinterpret.d | 35 +- gcc/d/dmd/dmacro.d | 42 +- gcc/d/dmd/dmodule.d | 22 +- gcc/d/dmd/doc.d | 80 +- gcc/d/dmd/dsymbolsem.d | 162 +- gcc/d/dmd/dtemplate.d | 9 +- gcc/d/dmd/escape.d | 185 +- gcc/d/dmd/expression.d | 2 +- gcc/d/dmd/expressionsem.d | 95 +- gcc/d/dmd/func.d | 2 - gcc/d/dmd/globals.d | 47 +- gcc/d/dmd/globals.h | 37 +- gcc/d/dmd/hdrgen.d | 16 +- gcc/d/dmd/id.d | 3 + gcc/d/dmd/identifier.d | 2 +- gcc/d/dmd/lexer.d | 2 +- gcc/d/dmd/module.h | 1 - gcc/d/dmd/mtype.d | 38 +- gcc/d/dmd/parse.d | 80 +- gcc/d/dmd/root/README.md | 44 +- gcc/d/dmd/root/array.d | 18 + gcc/d/dmd/root/ctfloat.d | 2 +- gcc/d/dmd/root/ctfloat.h | 2 +- gcc/d/dmd/semantic3.d | 3 - gcc/d/dmd/traits.d | 5 + gcc/d/dmd/typesem.d | 5 + gcc/d/expr.cc | 30 +- gcc/d/runtime.def | 9 +- gcc/testsuite/gdc.test/compilable/aliasassign.d | 105 +- .../gdc.test/compilable/scope_infer_array_assign.d | 28 + gcc/testsuite/gdc.test/compilable/test21197.d | 25 + gcc/testsuite/gdc.test/compilable/uda.d | 6 + .../gdc.test/fail_compilation/aliasassign2.d | 33 + .../gdc.test/fail_compilation/diag23295.d | 40 + .../gdc.test/fail_compilation/fail10968.d | 29 +- .../gdc.test/fail_compilation/fail14669.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/ice8795.d | 2 +- .../fail_compilation/imports/import15525.d | 3 + .../gdc.test/fail_compilation/issue12652.d | 24 + .../gdc.test/fail_compilation/retscope6.d | 2 + gcc/testsuite/gdc.test/fail_compilation/shared.d | 11 + .../gdc.test/fail_compilation/test15525.d | 17 + .../gdc.test/fail_compilation/test17423.d | 3 +- .../gdc.test/fail_compilation/test17764.d | 21 + .../gdc.test/fail_compilation/test20245.d | 19 +- .../gdc.test/fail_compilation/test20809.d | 44 + .../gdc.test/fail_compilation/test23073.d | 35 + gcc/testsuite/gdc.test/fail_compilation/testsemi.d | 46 + gcc/testsuite/gdc.test/runnable/test20365.d | 21 + gcc/testsuite/gdc.test/runnable/test20809.d | 14 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 23 +- libphobos/libdruntime/Makefile.in | 26 +- libphobos/libdruntime/core/demangle.d | 2 +- libphobos/libdruntime/core/exception.d | 10 +- .../libdruntime/core/internal/array/arrayassign.d | 304 ++ .../libdruntime/core/internal/array/equality.d | 27 + libphobos/libdruntime/core/sys/posix/sys/socket.d | 36 +- libphobos/libdruntime/object.d | 91 +- libphobos/libdruntime/rt/arrayassign.d | 165 -- libphobos/src/MERGE | 2 +- libphobos/src/Makefile.am | 13 +- libphobos/src/Makefile.in | 33 +- libphobos/src/index.dd | 25 +- libphobos/src/std/algorithm/iteration.d | 15 +- libphobos/src/std/algorithm/searching.d | 2 +- libphobos/src/std/array.d | 6 +- libphobos/src/std/bigint.d | 2 +- libphobos/src/std/complex.d | 25 + libphobos/src/std/container/rbtree.d | 2 +- libphobos/src/std/experimental/logger/core.d | 3058 +------------------- libphobos/src/std/experimental/logger/filelogger.d | 281 +- .../src/std/experimental/logger/multilogger.d | 209 +- libphobos/src/std/experimental/logger/nulllogger.d | 50 +- libphobos/src/std/experimental/logger/package.d | 179 +- libphobos/src/std/experimental/typecons.d | 1083 ------- libphobos/src/std/getopt.d | 2 +- libphobos/src/std/json.d | 28 +- libphobos/src/std/{experimental => }/logger/core.d | 16 +- .../src/std/{experimental => }/logger/filelogger.d | 6 +- .../std/{experimental => }/logger/multilogger.d | 10 +- .../src/std/{experimental => }/logger/nulllogger.d | 8 +- .../src/std/{experimental => }/logger/package.d | 14 +- libphobos/src/std/meta.d | 32 +- libphobos/src/std/package.d | 1 + libphobos/src/std/random.d | 2 +- libphobos/src/std/regex/package.d | 54 +- libphobos/src/std/string.d | 9 +- libphobos/src/std/typecons.d | 4 +- 101 files changed, 2109 insertions(+), 5701 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/scope_infer_array_assign.d create mode 100644 gcc/testsuite/gdc.test/compilable/test21197.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/aliasassign2.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/diag23295.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/import15525.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/issue12652.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test15525.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test17764.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test20809.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test23073.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/testsemi.d create mode 100644 gcc/testsuite/gdc.test/runnable/test20365.d create mode 100644 gcc/testsuite/gdc.test/runnable/test20809.d create mode 100644 libphobos/libdruntime/core/internal/array/arrayassign.d delete mode 100644 libphobos/src/std/experimental/typecons.d copy libphobos/src/std/{experimental => }/logger/core.d (99%) copy libphobos/src/std/{experimental => }/logger/filelogger.d (98%) copy libphobos/src/std/{experimental => }/logger/multilogger.d (95%) copy libphobos/src/std/{experimental => }/logger/nulllogger.d (82%) copy libphobos/src/std/{experimental => }/logger/package.d (95%)