This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6c1d7c4009 Improve dumping of profile_count new 3b007164b3e d: Merge upstream dmd, druntime 28a3b24c2e, phobos 8ab95ded5.
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 | 4 +- gcc/d/d-lang.cc | 12 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/README.md | 2 +- gcc/d/dmd/VERSION | 2 +- gcc/d/dmd/aliasthis.d | 24 +- gcc/d/dmd/apply.d | 2 +- gcc/d/dmd/astenums.d | 25 +- gcc/d/dmd/attrib.d | 27 +- gcc/d/dmd/attrib.h | 4 +- gcc/d/dmd/blockexit.d | 110 ++- gcc/d/dmd/canthrow.d | 13 +- gcc/d/dmd/clone.d | 7 +- gcc/d/dmd/common/string.d | 34 +- gcc/d/dmd/constfold.d | 2 +- gcc/d/dmd/cparse.d | 462 +++++++++-- gcc/d/dmd/cppmangle.d | 151 ++-- gcc/d/dmd/ctfeexpr.d | 12 +- gcc/d/dmd/dcast.d | 4 +- gcc/d/dmd/declaration.d | 18 +- gcc/d/dmd/declaration.h | 7 + gcc/d/dmd/dinterpret.d | 648 ++++++++------- gcc/d/dmd/dmodule.d | 39 +- gcc/d/dmd/doc.d | 2 +- gcc/d/dmd/dscope.d | 10 + gcc/d/dmd/dstruct.d | 16 +- gcc/d/dmd/dsymbol.d | 2 +- gcc/d/dmd/dsymbol.h | 2 +- gcc/d/dmd/dsymbolsem.d | 157 +++- gcc/d/dmd/dtemplate.d | 120 +-- gcc/d/dmd/dtoh.d | 4 +- gcc/d/dmd/errors.d | 8 + gcc/d/dmd/errorsink.d | 20 + gcc/d/dmd/escape.d | 2 +- gcc/d/dmd/expression.d | 512 ++++++++---- gcc/d/dmd/expression.h | 58 +- gcc/d/dmd/expressionsem.d | 345 +++++--- gcc/d/dmd/foreachvar.d | 2 +- gcc/d/dmd/func.d | 140 +++- gcc/d/dmd/globals.d | 74 +- gcc/d/dmd/globals.h | 17 +- gcc/d/dmd/hdrgen.d | 268 +++---- gcc/d/dmd/iasm.d | 19 + gcc/d/dmd/iasmgcc.d | 9 +- gcc/d/dmd/id.d | 15 + gcc/d/dmd/init.d | 84 +- gcc/d/dmd/initsem.d | 35 +- gcc/d/dmd/json.d | 10 +- gcc/d/dmd/lexer.d | 145 ++-- gcc/d/dmd/mtype.d | 146 +++- gcc/d/dmd/nogc.d | 6 +- gcc/d/dmd/ob.d | 2 +- gcc/d/dmd/opover.d | 65 +- gcc/d/dmd/optimize.d | 2 +- gcc/d/dmd/parse.d | 226 +++--- gcc/d/dmd/parsetimevisitor.d | 4 +- gcc/d/dmd/printast.d | 19 + gcc/d/dmd/semantic3.d | 2 +- gcc/d/dmd/sideeffect.d | 1 + gcc/d/dmd/statement.d | 125 ++- gcc/d/dmd/statement.h | 8 +- gcc/d/dmd/statementsem.d | 884 +++++++++++---------- gcc/d/dmd/tokens.d | 16 +- gcc/d/dmd/tokens.h | 10 +- gcc/d/dmd/traits.d | 235 +++--- gcc/d/dmd/transitivevisitor.d | 6 +- gcc/d/dmd/typesem.d | 154 +++- gcc/d/dmd/typinf.d | 1 + gcc/d/dmd/visitor.d | 9 +- gcc/d/dmd/visitor.h | 10 +- gcc/d/expr.cc | 91 +-- gcc/d/runtime.def | 7 - gcc/testsuite/gdc.dg/nogc1.d | 8 + gcc/testsuite/gdc.dg/rtti1.d | 5 - .../compilable/dtoh_CPPNamespaceDeclaration.d | 4 +- gcc/testsuite/gdc.test/compilable/dtoh_functions.d | 2 +- .../gdc.test/compilable/dtoh_invalid_identifiers.d | 2 +- .../gdc.test/compilable/dtoh_special_enum.d | 20 +- gcc/testsuite/gdc.test/compilable/imports/c23789.i | 31 + gcc/testsuite/gdc.test/compilable/interpret3.d | 4 +- gcc/testsuite/gdc.test/compilable/test18493.d | 19 + .../gdc.test/{runnable => compilable}/test19688.d | 0 gcc/testsuite/gdc.test/compilable/test21667.d | 19 + gcc/testsuite/gdc.test/compilable/test23789.d | 12 + gcc/testsuite/gdc.test/compilable/test23862.d | 15 + gcc/testsuite/gdc.test/compilable/test23863.d | 15 + .../compilable/traits_getFunctionAttributes.d | 14 +- .../gdc.test/compilable/user_defined_attributes.d | 22 + gcc/testsuite/gdc.test/compilable/warn3882.d | 4 +- .../fail_compilation/attributediagnostic.d | 6 +- .../fail_compilation/attributediagnostic_nogc.d | 56 ++ .../fail_compilation/attributediagnostic_nothrow.d | 45 ++ .../fail_compilation/attributediagnostic_pure.d | 21 + gcc/testsuite/gdc.test/fail_compilation/bug9631.d | 8 +- .../gdc.test/fail_compilation/ctfeblock.d | 13 +- .../gdc.test/fail_compilation/deprecatedinref.d | 10 + .../fail_compilation/deprecations_preview_in.d | 11 + .../gdc.test/fail_compilation/diag10319.d | 26 +- .../gdc.test/fail_compilation/diag10415.d | 2 +- .../gdc.test/fail_compilation/diag11769.d | 4 +- .../gdc.test/fail_compilation/diag14818.d | 4 +- .../gdc.test/fail_compilation/diag20268.d | 12 + .../gdc.test/fail_compilation/diag8101b.d | 12 +- gcc/testsuite/gdc.test/fail_compilation/diag9312.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/diag9620.d | 6 +- gcc/testsuite/gdc.test/fail_compilation/diag9831.d | 2 +- .../fail_compilation/dip1000_deprecation.d | 4 +- .../gdc.test/fail_compilation/dtor_attributes.d | 2 - .../fail_compilation/dtorfields_attributes.d | 1 - .../gdc.test/fail_compilation/fail10968.d | 9 + .../gdc.test/fail_compilation/fail11375.d | 5 +- .../gdc.test/fail_compilation/fail12236.d | 2 +- .../gdc.test/fail_compilation/fail13120.d | 2 +- .../gdc.test/fail_compilation/fail13577.d | 28 + .../gdc.test/fail_compilation/fail16600.d | 4 +- .../gdc.test/fail_compilation/fail17518.d | 4 +- .../gdc.test/fail_compilation/fail17955.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail196.d | 18 +- .../gdc.test/fail_compilation/fail19948.d | 2 +- .../gdc.test/fail_compilation/fail20609.d | 2 +- .../gdc.test/fail_compilation/fail22202.d | 2 +- .../gdc.test/fail_compilation/fail23773.d | 15 + .../gdc.test/fail_compilation/fail23822.d | 22 + .../gdc.test/fail_compilation/fail23826.d | 24 + .../gdc.test/fail_compilation/fail23861.d | 25 + gcc/testsuite/gdc.test/fail_compilation/fail332.d | 16 +- .../gdc.test/fail_compilation/fail4375q.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail4559.d | 8 +- .../gdc.test/fail_compilation/fail_typeof.d | 21 +- gcc/testsuite/gdc.test/fail_compilation/ice10651.d | 21 +- gcc/testsuite/gdc.test/fail_compilation/ice11626.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice11982.d | 17 +- gcc/testsuite/gdc.test/fail_compilation/ice13225.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice23097.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice9540.d | 2 +- .../fail_compilation/misc_parser_err_cov1.d | 2 +- .../fail_compilation/named_arguments_parse.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/parseStc.d | 2 +- .../gdc.test/fail_compilation/previewin.d | 8 +- .../gdc.test/fail_compilation/retscope2.d | 4 +- .../gdc.test/fail_compilation/retscope6.d | 2 +- .../fail_compilation/systemvariables_deprecation.d | 2 +- .../gdc.test/fail_compilation/testInference.d | 15 + .../gdc.test/fail_compilation/testrvaluecpctor.d | 2 +- .../gdc.test/fail_compilation/var_func_attr.d | 35 + gcc/testsuite/gdc.test/runnable/eh2.d | 2 +- .../gdc.test/runnable/imports/link11069z.d | 2 +- .../gdc.test/runnable/imports/link13415a.d | 2 +- .../gdc.test/runnable/imports/mainx23837.c | 10 + gcc/testsuite/gdc.test/runnable/mangle.d | 6 - gcc/testsuite/gdc.test/runnable/test23837.d | 15 + gcc/testsuite/gdc.test/runnable/test42.d | 2 +- gcc/testsuite/gdc.test/runnable/xtest46.d | 23 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/atomic.d | 55 +- libphobos/libdruntime/core/demangle.d | 478 +++++------ .../core/internal/array/concatenation.d | 187 ++++- .../core/internal/gc/impl/conservative/gc.d | 4 +- libphobos/libdruntime/core/internal/string.d | 62 +- libphobos/libdruntime/core/stdc/config.d | 344 +++++++- libphobos/libdruntime/core/sync/condition.d | 19 +- libphobos/libdruntime/core/thread/package.d | 39 + libphobos/libdruntime/core/thread/types.d | 5 +- libphobos/libdruntime/core/time.d | 223 ++++-- libphobos/libdruntime/gcc/sections/elf.d | 6 +- libphobos/libdruntime/object.d | 5 +- libphobos/libdruntime/rt/aApply.d | 24 +- libphobos/libdruntime/rt/aApplyR.d | 24 +- libphobos/libdruntime/rt/lifetime.d | 148 +--- libphobos/libdruntime/rt/profilegc.d | 11 +- libphobos/src/MERGE | 2 +- libphobos/src/std/algorithm/comparison.d | 23 +- libphobos/src/std/algorithm/iteration.d | 28 +- libphobos/src/std/algorithm/searching.d | 68 +- libphobos/src/std/array.d | 187 +++-- libphobos/src/std/concurrency.d | 4 +- libphobos/src/std/container/dlist.d | 36 +- .../allocator/building_blocks/region.d | 20 +- libphobos/src/std/file.d | 4 + libphobos/src/std/json.d | 44 +- libphobos/src/std/net/curl.d | 35 +- libphobos/src/std/path.d | 3 +- libphobos/src/std/random.d | 10 +- libphobos/src/std/range/package.d | 619 +++++++++++---- libphobos/src/std/range/primitives.d | 3 +- libphobos/src/std/regex/internal/backtracking.d | 7 +- libphobos/src/std/regex/internal/thompson.d | 7 +- libphobos/src/std/stdio.d | 50 +- libphobos/src/std/traits.d | 71 +- libphobos/src/std/typecons.d | 340 +++++++- 190 files changed, 6538 insertions(+), 3215 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/nogc1.d create mode 100644 gcc/testsuite/gdc.test/compilable/imports/c23789.i create mode 100644 gcc/testsuite/gdc.test/compilable/test18493.d rename gcc/testsuite/gdc.test/{runnable => compilable}/test19688.d (100%) create mode 100644 gcc/testsuite/gdc.test/compilable/test21667.d create mode 100644 gcc/testsuite/gdc.test/compilable/test23789.d create mode 100644 gcc/testsuite/gdc.test/compilable/test23862.d create mode 100644 gcc/testsuite/gdc.test/compilable/test23863.d create mode 100644 gcc/testsuite/gdc.test/compilable/user_defined_attributes.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/attributediagnostic_nogc.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/attributediagnostic_nothrow.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/attributediagnostic_pure.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/deprecatedinref.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/deprecations_preview_in.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/diag20268.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail13577.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail23773.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail23822.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail23826.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail23861.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/var_func_attr.d create mode 100644 gcc/testsuite/gdc.test/runnable/imports/mainx23837.c create mode 100644 gcc/testsuite/gdc.test/runnable/test23837.d