This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch ibuclaw/gdc in repository gcc.
from b3cb1c1fd30 Testing dmd ffe7d0313, druntime b5929403, phobos 6010a7ccd new 70197770eac Merge dmd d476a370a, druntime 227bcbf8, phobos 70d861123, a [...]
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/Make-lang.in | 1 - gcc/d/d-diagnostic.cc | 8 + gcc/d/d-lang.cc | 10 +- gcc/d/d-target.cc | 12 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/aggregate.d | 2 +- gcc/d/dmd/argtypes.d | 525 --------- gcc/d/dmd/cppmangle.d | 1 - gcc/d/dmd/declaration.d | 7 + gcc/d/dmd/dinterpret.d | 56 + gcc/d/dmd/dtemplate.d | 1123 ++++++++++++-------- gcc/d/dmd/errors.d | 22 + gcc/d/dmd/expression.d | 133 +-- gcc/d/dmd/expressionsem.d | 32 +- gcc/d/dmd/func.d | 16 +- gcc/d/dmd/globals.d | 4 +- gcc/d/dmd/id.d | 4 + gcc/d/dmd/mtype.d | 16 +- gcc/d/dmd/mtype.h | 3 + gcc/d/dmd/nogc.d | 39 + gcc/d/dmd/opover.d | 2 - gcc/d/dmd/parse.d | 1 - gcc/d/dmd/root/file.d | 2 +- gcc/d/dmd/root/object.h | 1 - gcc/d/dmd/root/rootobject.d | 5 - gcc/d/dmd/statementsem.d | 8 +- gcc/d/dmd/staticcond.d | 418 +++++++- gcc/d/dmd/target.d | 9 +- gcc/d/dmd/template.h | 13 - gcc/d/expr.cc | 40 +- gcc/testsuite/gdc.dg/simd.d | 1 + gcc/testsuite/gdc.test/compilable/b19442.d | 11 + gcc/testsuite/gdc.test/compilable/checkimports3.d | 3 + gcc/testsuite/gdc.test/compilable/issue15795.d | 9 + gcc/testsuite/gdc.test/compilable/scope.d | 3 +- gcc/testsuite/gdc.test/compilable/test15856.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/b19685.d | 3 +- gcc/testsuite/gdc.test/fail_compilation/b6227.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/bug9631.d | 4 +- .../gdc.test/fail_compilation/constraints_aggr.d | 44 + .../gdc.test/fail_compilation/constraints_defs.d | 55 + .../gdc.test/fail_compilation/constraints_func1.d | 92 ++ .../gdc.test/fail_compilation/constraints_func2.d | 107 ++ .../gdc.test/fail_compilation/constraints_func3.d | 59 + .../gdc.test/fail_compilation/constraints_tmpl.d | 43 + .../gdc.test/fail_compilation/dep_d1_ops.d | 149 +++ .../gdc.test/fail_compilation/diag13942.d | 2 +- .../gdc.test/fail_compilation/diag16977.d | 15 +- .../gdc.test/fail_compilation/diag20059.d | 16 + gcc/testsuite/gdc.test/fail_compilation/diag8101.d | 16 +- gcc/testsuite/gdc.test/fail_compilation/diag8648.d | 6 +- gcc/testsuite/gdc.test/fail_compilation/diag9004.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/diag9880.d | 5 +- .../gdc.test/fail_compilation/fail11125.d | 10 +- .../gdc.test/fail_compilation/fail12744.d | 4 +- .../gdc.test/fail_compilation/fail14669.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail162.d | 2 +- .../gdc.test/fail_compilation/fail19911b.d | 1 - .../gdc.test/fail_compilation/fail19917.d | 49 + .../gdc.test/fail_compilation/fail19919.d | 26 + gcc/testsuite/gdc.test/fail_compilation/fail236.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail319.d | 5 +- gcc/testsuite/gdc.test/fail_compilation/fail7443.d | 6 +- gcc/testsuite/gdc.test/fail_compilation/fail8009.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail95.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice10212.d | 3 +- gcc/testsuite/gdc.test/fail_compilation/ice14130.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice14907.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice20057.d | 16 + gcc/testsuite/gdc.test/fail_compilation/ice6538.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice9284.d | 2 +- .../fail_compilation/imports/constraints.d | 73 ++ .../gdc.test/fail_compilation/imports/i20057.d | 13 + .../gdc.test/fail_compilation/test19107.d | 8 +- gcc/testsuite/gdc.test/fail_compilation/test8556.d | 7 +- gcc/testsuite/gdc.test/fail_compilation/test9176.d | 2 +- .../gdc.test/fail_compilation/testInference.d | 19 +- gcc/testsuite/gdc.test/gdc-test.exp | 4 +- .../gdc.test/runnable/imports/depsprot_default.d | 1 - .../gdc.test/runnable/imports/depsprot_private.d | 1 - .../gdc.test/runnable/imports/depsprot_public.d | 1 - gcc/testsuite/gdc.test/runnable/interpret.d | 4 +- gcc/testsuite/gdc.test/runnable/mars1.d | 23 + gcc/testsuite/gdc.test/runnable/structlit.d | 2 +- gcc/testsuite/gdc.test/runnable/template4.d | 2 +- gcc/testsuite/gdc.test/runnable/test15.d | 15 +- gcc/testsuite/gdc.test/runnable/test20.d | 4 +- gcc/testsuite/gdc.test/runnable/test20036.d | 10 + gcc/testsuite/gdc.test/runnable/test4.d | 5 +- gcc/testsuite/gdc.test/runnable/testargtypes.d | 179 ---- gcc/testsuite/gdc.test/runnable/testdstress.d | 4 +- gcc/testsuite/gdc.test/runnable/xtest46.d | 2 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 29 +- libphobos/libdruntime/Makefile.in | 136 ++- libphobos/libdruntime/core/attribute.d | 8 +- libphobos/libdruntime/core/cpuid.d | 16 +- .../libdruntime/core/internal/array/appending.d | 237 +++++ .../{rt => core/internal}/array/capacity.d | 81 +- .../{rt => core/internal}/array/casting.d | 4 +- .../{rt => core/internal}/array/comparison.d | 4 +- .../core/internal/array/concatenation.d | 75 ++ .../libdruntime/core/internal/array/construction.d | 264 +++++ .../{rt => core/internal}/array/equality.d | 4 +- libphobos/libdruntime/core/internal/array/utils.d | 121 +++ libphobos/libdruntime/core/internal/traits.d | 88 +- .../libdruntime/{rt => core/internal}/util/array.d | 2 +- libphobos/libdruntime/core/stdc/fenv.d | 8 +- libphobos/libdruntime/core/stdc/inttypes.d | 8 +- libphobos/libdruntime/core/stdc/locale.d | 2 +- libphobos/libdruntime/core/stdc/stdarg.d | 160 --- libphobos/libdruntime/core/stdc/stdio.d | 8 +- libphobos/libdruntime/core/stdc/wchar_.d | 58 +- libphobos/libdruntime/core/stdc/wctype.d | 4 +- libphobos/libdruntime/core/sys/darwin/dlfcn.d | 2 +- libphobos/libdruntime/core/sys/darwin/mach/dyld.d | 4 +- .../libdruntime/core/sys/darwin/mach/getsect.d | 140 +-- libphobos/libdruntime/core/sys/darwin/pthread.d | 8 +- .../libdruntime/core/sys/dragonflybsd/sys/socket.d | 86 ++ libphobos/libdruntime/core/sys/freebsd/sys/elf64.d | 9 + .../libdruntime/core/sys/freebsd/sys/elf_common.d | 102 ++ libphobos/libdruntime/core/sys/freebsd/sys/event.d | 1 + libphobos/libdruntime/core/sys/freebsd/sys/mount.d | 22 +- libphobos/libdruntime/core/sys/posix/dirent.d | 8 +- libphobos/libdruntime/core/sys/posix/pthread.d | 47 + libphobos/libdruntime/core/sys/posix/setjmp.d | 11 + libphobos/libdruntime/core/sys/posix/sys/socket.d | 70 -- libphobos/libdruntime/core/sys/posix/sys/stat.d | 8 +- libphobos/libdruntime/core/sys/posix/sys/statvfs.d | 4 +- libphobos/libdruntime/core/sys/posix/ucontext.d | 22 + libphobos/libdruntime/core/thread.d | 2 +- libphobos/libdruntime/gc/impl/conservative/gc.d | 4 +- libphobos/libdruntime/gcc/deh.d | 63 +- libphobos/libdruntime/object.d | 125 ++- libphobos/libdruntime/rt/arrayassign.d | 2 +- libphobos/libdruntime/rt/arraycat.d | 2 +- libphobos/libdruntime/rt/lifetime.d | 33 +- libphobos/libdruntime/rt/profilegc.d | 170 +++ libphobos/libdruntime/rt/util/container/hashtab.d | 9 +- libphobos/src/MERGE | 2 +- libphobos/src/std/algorithm/mutation.d | 29 +- libphobos/src/std/algorithm/sorting.d | 2 +- libphobos/src/std/bigint.d | 7 +- libphobos/src/std/bitmanip.d | 20 +- libphobos/src/std/concurrency.d | 19 +- libphobos/src/std/container/array.d | 65 +- libphobos/src/std/conv.d | 29 + libphobos/src/std/file.d | 28 +- libphobos/src/std/internal/math/biguintcore.d | 6 +- libphobos/src/std/math.d | 78 +- libphobos/src/std/regex/internal/ir.d | 15 +- libphobos/src/std/regex/package.d | 30 +- libphobos/src/std/stdio.d | 30 +- libphobos/src/std/traits.d | 52 + libphobos/src/std/typecons.d | 88 +- libphobos/src/std/variant.d | 40 +- libphobos/src/std/xml.d | 27 +- libphobos/testsuite/lib/libphobos.exp | 56 + .../aa.exp => libphobos.betterc/betterc.exp} | 2 +- libphobos/testsuite/libphobos.betterc/test18828.d | 10 + libphobos/testsuite/libphobos.betterc/test19416.d | 14 + libphobos/testsuite/libphobos.betterc/test19421.d | 13 + libphobos/testsuite/libphobos.betterc/test19561.d | 16 + .../config.exp} | 25 +- .../libphobos.config/rt_trap_exceptions_drt.d | 10 + libphobos/testsuite/libphobos.config/test19433.d | 7 + .../testsuite/libphobos.druntime/druntime.exp | 3 +- .../testsuite/libphobos.exceptions/assert_fail.d | 135 +++ .../libphobos.exceptions/catch_in_finally.d | 189 ++++ .../libphobos.exceptions/long_backtrace_trunc.d | 42 +- .../init_fini.exp => libphobos.gc/gc.exp} | 0 libphobos/testsuite/libphobos.gc/precisegc.d | 126 +++ libphobos/testsuite/libphobos.hash/test_hash.d | 27 + .../testsuite/libphobos.init_fini/custom_gc.d | 198 ++++ libphobos/testsuite/libphobos.phobos/phobos.exp | 2 +- 175 files changed, 5210 insertions(+), 2186 deletions(-) delete mode 100644 gcc/d/dmd/argtypes.d create mode 100644 gcc/testsuite/gdc.test/compilable/b19442.d create mode 100644 gcc/testsuite/gdc.test/compilable/issue15795.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/constraints_aggr.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/constraints_defs.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/constraints_func1.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/constraints_func2.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/constraints_func3.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/constraints_tmpl.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/dep_d1_ops.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/diag20059.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19917.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19919.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice20057.d create mode 100755 gcc/testsuite/gdc.test/fail_compilation/imports/constraints.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/imports/i20057.d delete mode 100644 gcc/testsuite/gdc.test/runnable/imports/depsprot_default.d delete mode 100644 gcc/testsuite/gdc.test/runnable/imports/depsprot_private.d delete mode 100644 gcc/testsuite/gdc.test/runnable/imports/depsprot_public.d create mode 100644 gcc/testsuite/gdc.test/runnable/test20036.d delete mode 100644 gcc/testsuite/gdc.test/runnable/testargtypes.d create mode 100644 libphobos/libdruntime/core/internal/array/appending.d rename libphobos/libdruntime/{rt => core/internal}/array/capacity.d (66%) rename libphobos/libdruntime/{rt => core/internal}/array/casting.d (96%) rename libphobos/libdruntime/{rt => core/internal}/array/comparison.d (98%) create mode 100644 libphobos/libdruntime/core/internal/array/concatenation.d create mode 100644 libphobos/libdruntime/core/internal/array/construction.d rename libphobos/libdruntime/{rt => core/internal}/array/equality.d (98%) create mode 100644 libphobos/libdruntime/core/internal/array/utils.d rename libphobos/libdruntime/{rt => core/internal}/util/array.d (98%) create mode 100644 libphobos/libdruntime/core/sys/dragonflybsd/sys/socket.d create mode 100644 libphobos/libdruntime/rt/profilegc.d copy libphobos/testsuite/{libphobos.aa/aa.exp => libphobos.betterc/betterc.exp} (94%) create mode 100644 libphobos/testsuite/libphobos.betterc/test18828.d create mode 100644 libphobos/testsuite/libphobos.betterc/test19416.d create mode 100644 libphobos/testsuite/libphobos.betterc/test19421.d create mode 100644 libphobos/testsuite/libphobos.betterc/test19561.d copy libphobos/testsuite/{libphobos.allocations/allocations.exp => libphobos.confi [...] create mode 100644 libphobos/testsuite/libphobos.config/rt_trap_exceptions_drt.d create mode 100644 libphobos/testsuite/libphobos.config/test19433.d create mode 100644 libphobos/testsuite/libphobos.exceptions/assert_fail.d create mode 100644 libphobos/testsuite/libphobos.exceptions/catch_in_finally.d copy gcc/testsuite/g++.dg/diagnostic/pr77949.C => libphobos/testsuite/libphobos.ex [...] copy libphobos/testsuite/{libphobos.init_fini/init_fini.exp => libphobos.gc/gc.exp [...] create mode 100644 libphobos/testsuite/libphobos.gc/precisegc.d create mode 100644 libphobos/testsuite/libphobos.init_fini/custom_gc.d