This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d201715989c c++: add fixed test [PR118391] new c9353e0fcd0 libstdc++: Fix unused parameter warnings in <bits/atomic_futex.h> new 89629b27182 d: Merge dmd, druntime 34875cd6e1, phobos ebd24da8a
The 2 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/Make-lang.in | 2 + gcc/d/decl.cc | 4 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/README.md | 2 + gcc/d/dmd/VERSION | 2 +- gcc/d/dmd/access.d | 2 +- gcc/d/dmd/arrayop.d | 9 +- gcc/d/dmd/attrib.d | 5 +- gcc/d/dmd/canthrow.d | 6 +- gcc/d/dmd/clone.d | 5 +- gcc/d/dmd/common/bitfields.d | 72 +- gcc/d/dmd/cppmangle.d | 6 +- gcc/d/dmd/cxxfrontend.d | 12 + gcc/d/dmd/dcast.d | 26 +- gcc/d/dmd/dclass.d | 3 +- gcc/d/dmd/declaration.d | 15 +- gcc/d/dmd/declaration.h | 7 +- gcc/d/dmd/delegatize.d | 9 +- gcc/d/dmd/deps.d | 141 ++++ gcc/d/dmd/dinterpret.d | 25 + gcc/d/dmd/dmacro.d | 8 +- gcc/d/dmd/dmodule.d | 5 + gcc/d/dmd/dscope.d | 135 +-- gcc/d/dmd/dsymbol.d | 16 +- gcc/d/dmd/dsymbol.h | 3 +- gcc/d/dmd/dsymbolsem.d | 214 ++--- gcc/d/dmd/dtemplate.d | 22 +- gcc/d/dmd/enumsem.d | 10 +- gcc/d/dmd/escape.d | 926 ++++++--------------- gcc/d/dmd/expressionsem.d | 148 ++-- gcc/d/dmd/func.d | 26 +- gcc/d/dmd/funcsem.d | 17 +- gcc/d/dmd/globals.d | 5 + gcc/d/dmd/globals.h | 3 + gcc/d/dmd/hdrgen.d | 27 +- gcc/d/dmd/importc.d | 8 +- gcc/d/dmd/initsem.d | 14 +- gcc/d/dmd/lexer.d | 18 +- gcc/d/dmd/mtype.d | 328 +------- gcc/d/dmd/mtype.h | 28 +- gcc/d/dmd/nogc.d | 6 +- gcc/d/dmd/ob.d | 2 +- gcc/d/dmd/opover.d | 14 +- gcc/d/dmd/root/filename.d | 8 +- gcc/d/dmd/root/rmem.d | 3 + gcc/d/dmd/safe.d | 4 +- gcc/d/dmd/scope.h | 61 +- gcc/d/dmd/semantic2.d | 95 ++- gcc/d/dmd/semantic3.d | 31 +- gcc/d/dmd/sideeffect.d | 2 +- gcc/d/dmd/statementsem.d | 35 +- gcc/d/dmd/templatesem.d | 8 +- gcc/d/dmd/timetrace.d | 82 ++ gcc/d/dmd/traits.d | 17 +- gcc/d/dmd/typesem.d | 385 ++++++++- gcc/d/dmd/typinf.d | 2 +- gcc/d/dmd/utils.d | 74 +- gcc/d/expr.cc | 2 +- gcc/d/typeinfo.cc | 4 +- gcc/testsuite/gdc.test/compilable/header18365.d | 2 +- gcc/testsuite/gdc.test/compilable/scope.d | 113 +++ gcc/testsuite/gdc.test/fail_compilation/bug9631.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/diag9679.d | 66 +- .../gdc.test/fail_compilation/fail13902.d | 25 +- .../gdc.test/fail_compilation/fail19948.d | 4 +- .../gdc.test/fail_compilation/fail20183.d | 14 +- gcc/testsuite/gdc.test/fail_compilation/fail347.d | 13 +- gcc/testsuite/gdc.test/fail_compilation/retscope.d | 22 +- .../gdc.test/fail_compilation/retscope3.d | 2 +- .../gdc.test/fail_compilation/retscope6.d | 38 +- .../gdc.test/fail_compilation/staticassert_sema1.d | 39 + .../gdc.test/fail_compilation/test14238.d | 18 +- .../gdc.test/fail_compilation/test18644.d | 6 +- .../gdc.test/fail_compilation/test22977.d | 2 +- .../gdc.test/fail_compilation/test23022.d | 2 +- .../gdc.test/fail_compilation/test24680.d | 20 + .../gdc.test/fail_compilation/typeerrors.d | 11 +- gcc/testsuite/gdc.test/fail_compilation/verrors5.d | 1 + gcc/testsuite/gdc.test/runnable/declaration.d | 29 + gcc/testsuite/gdc.test/runnable/link11069a.d | 2 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/cpuid.d | 6 +- libphobos/libdruntime/core/demangle.d | 6 +- .../core/internal/array/concatenation.d | 2 +- .../libdruntime/core/internal/array/construction.d | 2 +- libphobos/libdruntime/core/internal/atomic.d | 2 +- libphobos/libdruntime/core/internal/convert.d | 4 +- libphobos/libdruntime/core/internal/gc/bits.d | 2 +- .../core/internal/gc/impl/conservative/gc.d | 23 +- libphobos/libdruntime/core/stdc/fenv.d | 2 +- libphobos/libdruntime/core/stdc/stdatomic.d | 5 +- libphobos/libdruntime/core/stdc/stdint.d | 8 + libphobos/libdruntime/core/stdc/wctype.d | 54 +- libphobos/libdruntime/core/stdcpp/string_view.d | 2 +- libphobos/libdruntime/core/sys/posix/signal.d | 8 +- .../libdruntime/core/sys/posix/sys/resource.d | 16 +- libphobos/libdruntime/core/sys/windows/dll.d | 26 +- libphobos/libdruntime/core/time.d | 5 +- libphobos/libdruntime/object.d | 19 +- libphobos/libdruntime/rt/aaA.d | 10 +- libphobos/libdruntime/rt/cast_.d | 2 +- libphobos/libdruntime/rt/config.d | 3 +- libphobos/libdruntime/rt/dmain2.d | 27 +- libphobos/libdruntime/rt/lifetime.d | 14 +- libphobos/libdruntime/rt/monitor_.d | 8 +- libphobos/libdruntime/rt/util/typeinfo.d | 12 +- libphobos/src/MERGE | 2 +- libphobos/src/std/algorithm/mutation.d | 23 + libphobos/src/std/algorithm/sorting.d | 6 +- libphobos/src/std/array.d | 29 + libphobos/src/std/bitmanip.d | 2 +- libphobos/src/std/datetime/date.d | 18 +- libphobos/src/std/datetime/timezone.d | 8 +- libphobos/src/std/exception.d | 4 +- .../allocator/building_blocks/package.d | 4 +- .../allocator/building_blocks/region.d | 4 +- .../allocator/building_blocks/stats_collector.d | 2 +- .../src/std/experimental/allocator/mallocator.d | 2 +- .../std/experimental/allocator/mmap_allocator.d | 2 +- libphobos/src/std/format/internal/read.d | 9 +- libphobos/src/std/format/package.d | 2 +- libphobos/src/std/json.d | 29 +- libphobos/src/std/math/exponential.d | 422 +++++----- libphobos/src/std/numeric.d | 2 +- libphobos/src/std/outbuffer.d | 9 +- libphobos/src/std/parallelism.d | 19 +- libphobos/src/std/range/package.d | 224 +++-- libphobos/src/std/stdio.d | 117 +-- libphobos/src/std/typecons.d | 72 +- libphobos/src/std/utf.d | 2 +- libstdc++-v3/include/bits/atomic_futex.h | 12 +- 131 files changed, 2639 insertions(+), 2238 deletions(-) create mode 100644 gcc/d/dmd/deps.d create mode 100644 gcc/d/dmd/timetrace.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/staticassert_sema1.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/test24680.d