This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 292be681715 libphobos: Merge upstream phobos 2a730adc0 new c9f7090d930 d: Merge upstream dmd, druntime 82a5d2a7c4, phobos dbc09d823
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-lang.cc | 5 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/README.md | 2 +- gcc/d/dmd/canthrow.d | 2 +- gcc/d/dmd/dcast.d | 2 +- gcc/d/dmd/dinterpret.d | 32 +- gcc/d/dmd/dscope.d | 10 - gcc/d/dmd/enumsem.d | 2 +- gcc/d/dmd/errors.d | 35 +- gcc/d/dmd/errorsink.d | 117 ++++-- gcc/d/dmd/escape.d | 2 +- gcc/d/dmd/expression.d | 7 +- gcc/d/dmd/expressionsem.d | 316 +++++----------- gcc/d/dmd/func.d | 48 ++- gcc/d/dmd/funcsem.d | 10 +- gcc/d/dmd/globals.d | 13 + gcc/d/dmd/globals.h | 10 + gcc/d/dmd/id.d | 4 + gcc/d/dmd/intrange.d | 22 +- gcc/d/dmd/lexer.d | 40 ++- gcc/d/dmd/mtype.d | 37 +- gcc/d/dmd/nogc.d | 10 +- gcc/d/dmd/parse.d | 17 +- gcc/d/dmd/root/array.d | 2 +- gcc/d/dmd/safe.d | 124 +++++-- gcc/d/dmd/statementsem.d | 42 ++- gcc/d/dmd/templatesem.d | 8 +- gcc/d/dmd/traits.d | 57 +++ gcc/d/dmd/typesem.d | 40 ++- gcc/d/expr.cc | 9 +- gcc/d/lang.opt | 4 + ...classes.d => atomic_loadstore_shared_classes.d} | 5 + gcc/testsuite/gdc.test/compilable/betterCinline.d | 22 ++ gcc/testsuite/gdc.test/compilable/compile1.d | 2 +- gcc/testsuite/gdc.test/compilable/ddoc24871.d | 18 + gcc/testsuite/gdc.test/compilable/rvalueref.d | 6 + gcc/testsuite/gdc.test/compilable/testVRP.d | 5 + gcc/testsuite/gdc.test/fail_compilation/b19523.d | 2 +- .../gdc.test/fail_compilation/binexperr.d | 14 + .../gdc.test/fail_compilation/biterrors5.d | 25 ++ gcc/testsuite/gdc.test/fail_compilation/bug9631.d | 2 +- .../gdc.test/fail_compilation/constraints_defs.d | 2 +- .../gdc.test/fail_compilation/constraints_tmpl.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/cppvar.d | 2 +- .../gdc.test/fail_compilation/diag12829.d | 2 +- .../gdc.test/fail_compilation/diag15411.d | 4 +- .../gdc.test/fail_compilation/diag20268.d | 4 +- .../gdc.test/fail_compilation/diag24812.d | 7 + gcc/testsuite/gdc.test/fail_compilation/diag9831.d | 2 +- .../gdc.test/fail_compilation/diag_funclit.d | 14 +- gcc/testsuite/gdc.test/fail_compilation/e15876_3.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/e15876_4.d | 2 +- .../gdc.test/fail_compilation/fail11125.d | 4 +- .../gdc.test/fail_compilation/fail12236.d | 4 +- .../gdc.test/fail_compilation/fail12378.d | 6 +- .../gdc.test/fail_compilation/fail12908.d | 2 +- .../gdc.test/fail_compilation/fail13120.d | 4 +- .../gdc.test/fail_compilation/fail13424.d | 6 +- .../gdc.test/fail_compilation/fail17969.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail39.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail6795.d | 6 +- .../gdc.test/fail_compilation/hexstring.d | 10 +- gcc/testsuite/gdc.test/fail_compilation/ice10922.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/ice11822.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/ice11850.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice12235.d | 6 +- gcc/testsuite/gdc.test/fail_compilation/ice15855.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice8309.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice8795.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/misc1.d | 2 +- .../fail_compilation/misc_parser_err_cov1.d | 2 +- .../gdc.test/fail_compilation/opapplyscope.d | 2 +- .../gdc.test/fail_compilation/previewin.d | 6 +- gcc/testsuite/gdc.test/fail_compilation/retscope.d | 10 +- gcc/testsuite/gdc.test/fail_compilation/safer.d | 18 + .../gdc.test/fail_compilation/test15306.d | 4 +- .../gdc.test/fail_compilation/test16193.d | 2 +- .../gdc.test/fail_compilation/test17451.d | 2 +- .../gdc.test/fail_compilation/test19107.d | 2 +- .../gdc.test/fail_compilation/test19971.d | 2 +- .../gdc.test/fail_compilation/test20719.d | 2 +- .../gdc.test/fail_compilation/test21912.d | 8 +- .../gdc.test/fail_compilation/test23170.d | 2 +- .../gdc.test/fail_compilation/test24353.d | 24 ++ .../gdc.test/fail_compilation/test24745.d | 13 + .../gdc.test/fail_compilation/testInference.d | 2 +- .../gdc.test/fail_compilation/traits_alone.d | 2 +- .../gdc.test/fail_compilation/var_func_attr.d | 2 +- gcc/testsuite/gdc.test/runnable/mangle.d | 24 +- gcc/testsuite/gdc.test/runnable/test24884.d | 34 ++ gcc/testsuite/gdc.test/runnable/testkeyword.d | 4 +- gcc/testsuite/gdc.test/runnable/traits.d | 2 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 1 + libphobos/libdruntime/Makefile.in | 4 + .../libdruntime/core/internal/array/arrayassign.d | 16 +- libphobos/libdruntime/core/internal/array/utils.d | 108 +----- libphobos/libdruntime/core/internal/gc/blkcache.d | 243 +++++++++++++ libphobos/libdruntime/core/internal/gc/blockmeta.d | 209 +++++++++++ .../core/internal/gc/impl/conservative/gc.d | 23 +- libphobos/libdruntime/core/internal/traits.d | 212 ++++++++++- libphobos/libdruntime/core/lifetime.d | 5 +- libphobos/libdruntime/core/memory.d | 22 +- libphobos/libdruntime/core/thread/osthread.d | 6 +- libphobos/libdruntime/core/thread/threadbase.d | 61 +--- libphobos/libdruntime/rt/lifetime.d | 398 +-------------------- libphobos/libdruntime/rt/tlsgc.d | 16 - libphobos/src/MERGE | 2 +- libphobos/src/std/algorithm/searching.d | 82 +++++ libphobos/src/std/array.d | 59 ++- libphobos/src/std/bitmanip.d | 23 +- libphobos/src/std/container/dlist.d | 25 +- libphobos/src/std/conv.d | 11 +- libphobos/src/std/digest/package.d | 342 ++++++++++++++++++ libphobos/src/std/format/internal/write.d | 33 +- libphobos/src/std/format/read.d | 115 +++++- libphobos/src/std/logger/core.d | 4 +- libphobos/src/std/logger/filelogger.d | 16 +- libphobos/src/std/logger/package.d | 2 +- libphobos/src/std/numeric.d | 25 +- libphobos/src/std/process.d | 11 +- libphobos/src/std/socket.d | 22 ++ libphobos/src/std/sumtype.d | 182 ++++++---- libphobos/src/std/traits.d | 38 +- libphobos/src/std/typecons.d | 345 +++++++++++++++++- libphobos/src/std/windows/syserror.d | 1 - 126 files changed, 2813 insertions(+), 1265 deletions(-) rename gcc/testsuite/gdc.test/compilable/{atomic_store_2_shared_classes.d => atomi [...] create mode 100644 gcc/testsuite/gdc.test/compilable/betterCinline.d create mode 100644 gcc/testsuite/gdc.test/compilable/ddoc24871.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/binexperr.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/biterrors5.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/diag24812.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/safer.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test24353.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test24745.d create mode 100644 gcc/testsuite/gdc.test/runnable/test24884.d create mode 100644 libphobos/libdruntime/core/internal/gc/blkcache.d create mode 100644 libphobos/libdruntime/core/internal/gc/blockmeta.d