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 70197770eac Merge dmd d476a370a, druntime 227bcbf8, phobos 70d861123, a [...] new 3ff7412c9fc Merge dmd 6a221a8d0, druntime 932d1c07, phobos 0acf29c38, 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: Makefile.def | 2 +- Makefile.in | 832 ++++- gcc/d/d-lang.cc | 15 +- gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/access.d | 3 +- gcc/d/dmd/aggregate.d | 20 +- gcc/d/dmd/aggregate.h | 3 +- gcc/d/dmd/aliasthis.d | 58 +- gcc/d/dmd/aliasthis.h | 3 + gcc/d/dmd/canthrow.d | 110 +- gcc/d/dmd/clone.d | 53 +- gcc/d/dmd/constfold.d | 18 +- gcc/d/dmd/cppmangle.d | 31 +- gcc/d/dmd/ctfeexpr.d | 2 + gcc/d/dmd/dcast.d | 2 +- gcc/d/dmd/declaration.d | 24 +- gcc/d/dmd/delegatize.d | 25 +- gcc/d/dmd/dinterpret.d | 23 +- gcc/d/dmd/dmangle.d | 3 +- gcc/d/dmd/dmodule.d | 4 +- gcc/d/dmd/dscope.d | 3 +- gcc/d/dmd/dstruct.d | 2 +- gcc/d/dmd/dsymbol.d | 4 +- gcc/d/dmd/dsymbolsem.d | 39 +- gcc/d/dmd/dtemplate.d | 23 +- gcc/d/dmd/expression.d | 29 +- gcc/d/dmd/expression.h | 3 +- gcc/d/dmd/expressionsem.d | 211 +- gcc/d/dmd/func.d | 2 +- gcc/d/dmd/globals.d | 1 + gcc/d/dmd/globals.h | 1 + gcc/d/dmd/hdrgen.d | 24 +- gcc/d/dmd/lambdacomp.d | 4 +- gcc/d/dmd/mtype.d | 43 +- gcc/d/dmd/mtype.h | 2 - gcc/d/dmd/opover.d | 4 +- gcc/d/dmd/parse.d | 52 +- gcc/d/dmd/root/filename.d | 2 +- gcc/d/dmd/root/outbuffer.d | 96 +- gcc/d/dmd/root/rmem.d | 81 +- gcc/d/dmd/semantic3.d | 64 +- gcc/d/dmd/statement.d | 287 +- gcc/d/dmd/statement.h | 98 +- gcc/d/dmd/statementsem.d | 12 +- gcc/d/dmd/traits.d | 79 +- gcc/d/dmd/typesem.d | 130 +- gcc/d/dmd/utf.d | 309 +- gcc/d/lang.opt | 16 +- gcc/testsuite/gdc.test/compilable/b20011.d | 13 + gcc/testsuite/gdc.test/compilable/b20045.d | 2 + gcc/testsuite/gdc.test/compilable/b20067.d | 23 + gcc/testsuite/gdc.test/compilable/cppmangle.d | 38 + .../gdc.test/compilable/extra-files/header2.d | 11 + gcc/testsuite/gdc.test/compilable/ice20044.d | 10 + gcc/testsuite/gdc.test/compilable/mixintype.d | 55 + gcc/testsuite/gdc.test/compilable/staticforeach.d | 7 + gcc/testsuite/gdc.test/compilable/test19754.d | 11 - gcc/testsuite/gdc.test/compilable/test20039.d | 13 + gcc/testsuite/gdc.test/compilable/test20051.d | 25 + gcc/testsuite/gdc.test/compilable/test20063.d | 14 + gcc/testsuite/gdc.test/compilable/test20065.d | 12 + gcc/testsuite/gdc.test/compilable/test930.d | 28 + gcc/testsuite/gdc.test/fail_compilation/b20011.d | 36 + .../gdc.test/fail_compilation/diag13028.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/diag4596.d | 10 +- gcc/testsuite/gdc.test/fail_compilation/fail106.d | 2 +- .../gdc.test/fail_compilation/fail11125.d | 4 +- .../gdc.test/fail_compilation/fail17491.d | 14 +- .../gdc.test/fail_compilation/fail19336.d | 17 + .../gdc.test/fail_compilation/fail20033.d | 52 + .../gdc.test/fail_compilation/fail20073.d | 22 + gcc/testsuite/gdc.test/fail_compilation/fail351.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail4206.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail8262.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/fail9891.d | 4 +- gcc/testsuite/gdc.test/fail_compilation/ice10259.d | 4 +- .../gdc.test/fail_compilation/ice11856_0.d | 19 + .../gdc.test/fail_compilation/ice11856_1.d | 13 + gcc/testsuite/gdc.test/fail_compilation/ice11919.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice12362.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice12673.d | 2 +- gcc/testsuite/gdc.test/fail_compilation/ice13225.d | 2 +- .../test14929.d => fail_compilation/ice14929.d} | 11 + gcc/testsuite/gdc.test/fail_compilation/ice19295.d | 18 + gcc/testsuite/gdc.test/fail_compilation/ice19950.d | 13 + gcc/testsuite/gdc.test/fail_compilation/ice20042.d | 29 + gcc/testsuite/gdc.test/fail_compilation/ice20056.d | 25 + .../gdc.test/fail_compilation/mixintype2.d | 13 + .../gdc.test/fail_compilation/nosharedaccess.d | 70 + .../gdc.test/fail_compilation/test12385.d | 2 +- .../gdc.test/fail_compilation/trait_loc_err.d | 15 + gcc/testsuite/gdc.test/runnable/e7804.d | 22 + gcc/testsuite/gdc.test/runnable/test17885.d | 11 + gcc/testsuite/gdc.test/runnable/test20025.d | 27 + gcc/testsuite/gdc.test/runnable/xtest46.d | 66 +- gcc/testsuite/gdc.test/runnable/xtest47.d | 67 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 72 +- libphobos/libdruntime/Makefile.in | 106 +- libphobos/libdruntime/core/atomic.d | 18 +- libphobos/libdruntime/core/bitop.d | 10 +- libphobos/libdruntime/core/gc/gcinterface.d | 4 +- .../libdruntime/core/internal/array/construction.d | 4 +- libphobos/libdruntime/core/internal/arrayop.d | 14 +- .../std => libdruntime/core}/internal/attributes.d | 6 +- libphobos/libdruntime/core/internal/dassert.d | 10 + libphobos/libdruntime/core/internal/hash.d | 2 +- libphobos/libdruntime/core/internal/parseoptions.d | 4 +- libphobos/libdruntime/core/internal/utf.d | 40 +- libphobos/libdruntime/core/internal/util/array.d | 10 +- libphobos/libdruntime/core/memory.d | 45 +- libphobos/libdruntime/core/runtime.d | 6 +- libphobos/libdruntime/core/stdcpp/allocator.d | 207 +- libphobos/libdruntime/core/stdcpp/array.d | 15 +- libphobos/libdruntime/core/stdcpp/exception.d | 4 +- libphobos/libdruntime/core/stdcpp/new_.d | 5 +- libphobos/libdruntime/core/stdcpp/string.d | 1415 ++++++++ libphobos/libdruntime/core/stdcpp/string_view.d | 10 +- libphobos/libdruntime/core/stdcpp/vector.d | 835 +++++ libphobos/libdruntime/core/stdcpp/xutility.d | 294 +- libphobos/libdruntime/core/sync/condition.d | 34 +- .../libdruntime/core/sys/darwin/mach/loader.d | 3454 ++++++++++++++++++-- libphobos/libdruntime/core/sys/linux/dlfcn.d | 10 +- libphobos/libdruntime/core/sys/linux/sys/xattr.d | 22 +- libphobos/libdruntime/core/sys/posix/arpa/inet.d | 66 +- libphobos/libdruntime/core/sys/posix/dirent.d | 10 +- libphobos/libdruntime/core/sys/posix/dlfcn.d | 42 +- libphobos/libdruntime/core/sys/posix/fcntl.d | 62 +- libphobos/libdruntime/core/sys/posix/grp.d | 24 +- libphobos/libdruntime/core/sys/posix/iconv.d | 4 +- libphobos/libdruntime/core/sys/posix/inttypes.d | 16 +- libphobos/libdruntime/core/sys/posix/net/if_.d | 18 +- libphobos/libdruntime/core/sys/posix/netinet/in_.d | 156 +- libphobos/libdruntime/core/sys/posix/pthread.d | 372 +-- libphobos/libdruntime/core/sys/posix/pwd.d | 24 +- libphobos/libdruntime/core/sys/posix/sched.d | 8 +- libphobos/libdruntime/core/sys/posix/semaphore.d | 30 +- libphobos/libdruntime/core/sys/posix/signal.d | 180 +- libphobos/libdruntime/core/sys/posix/stdio.d | 100 +- libphobos/libdruntime/core/sys/posix/stdlib.d | 178 +- libphobos/libdruntime/core/sys/posix/sys/ipc.d | 16 +- libphobos/libdruntime/core/sys/posix/sys/mman.d | 84 +- .../libdruntime/core/sys/posix/sys/resource.d | 24 +- libphobos/libdruntime/core/sys/posix/sys/select.d | 22 +- libphobos/libdruntime/core/sys/posix/sys/shm.d | 28 +- libphobos/libdruntime/core/sys/posix/sys/socket.d | 48 +- libphobos/libdruntime/core/sys/posix/sys/stat.d | 100 +- libphobos/libdruntime/core/sys/posix/sys/time.d | 42 +- libphobos/libdruntime/core/sys/posix/sys/uio.d | 44 +- libphobos/libdruntime/core/sys/posix/termios.d | 54 +- libphobos/libdruntime/core/sys/posix/time.d | 206 +- libphobos/libdruntime/core/sys/posix/ucontext.d | 10 +- libphobos/libdruntime/core/sys/posix/unistd.d | 152 +- libphobos/libdruntime/core/sys/posix/utime.d | 22 +- libphobos/libdruntime/core/sys/solaris/dlfcn.d | 4 +- libphobos/libdruntime/core/sys/solaris/libelf.d | 12 +- libphobos/libdruntime/core/sys/solaris/link.d | 32 +- .../libdruntime/core/sys/windows/stacktrace.d | 2 +- libphobos/libdruntime/core/sys/windows/winldap.d | 2 +- libphobos/libdruntime/core/sys/windows/winreg.d | 100 +- libphobos/libdruntime/core/sys/windows/winuser.d | 2 +- libphobos/libdruntime/core/time.d | 4 +- libphobos/libdruntime/gc/impl/conservative/gc.d | 10 +- libphobos/libdruntime/gc/impl/manual/gc.d | 2 +- libphobos/libdruntime/gc/impl/proto/gc.d | 6 +- libphobos/libdruntime/gc/proxy.d | 2 +- libphobos/libdruntime/gcc/sections/elf_shared.d | 6 +- libphobos/libdruntime/object.d | 35 +- libphobos/libdruntime/rt/dmain2.d | 189 +- libphobos/libdruntime/rt/util/utility.d | 27 + libphobos/src/MERGE | 2 +- libphobos/src/etc/c/curl.d | 2 +- libphobos/src/std/algorithm/comparison.d | 4 +- libphobos/src/std/algorithm/mutation.d | 2 +- libphobos/src/std/array.d | 129 +- libphobos/src/std/bitmanip.d | 30 +- libphobos/src/std/concurrency.d | 12 + libphobos/src/std/conv.d | 14 +- .../allocator/building_blocks/package.d | 4 +- libphobos/src/std/experimental/allocator/package.d | 10 +- libphobos/src/std/experimental/checkedint.d | 8 +- libphobos/src/std/format.d | 217 +- libphobos/src/std/functional.d | 4 +- libphobos/src/std/math.d | 8 +- libphobos/src/std/parallelism.d | 6 +- libphobos/src/std/path.d | 2 +- libphobos/src/std/process.d | 4 + libphobos/src/std/range/package.d | 14 +- libphobos/src/std/regex/internal/ir.d | 28 + libphobos/src/std/regex/package.d | 16 +- libphobos/src/std/stdio.d | 5 +- libphobos/src/std/typecons.d | 43 +- libphobos/src/std/uni.d | 4 +- .../testsuite/libphobos.exceptions/assert_fail.d | 12 + libphobos/testsuite/libphobos.hash/test_hash.d | 12 + .../testsuite/libphobos.init_fini/custom_gc.d | 2 +- 196 files changed, 10720 insertions(+), 2829 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/b20011.d create mode 100644 gcc/testsuite/gdc.test/compilable/b20045.d create mode 100644 gcc/testsuite/gdc.test/compilable/b20067.d create mode 100644 gcc/testsuite/gdc.test/compilable/ice20044.d create mode 100644 gcc/testsuite/gdc.test/compilable/mixintype.d delete mode 100644 gcc/testsuite/gdc.test/compilable/test19754.d create mode 100644 gcc/testsuite/gdc.test/compilable/test20039.d create mode 100644 gcc/testsuite/gdc.test/compilable/test20051.d create mode 100644 gcc/testsuite/gdc.test/compilable/test20063.d create mode 100644 gcc/testsuite/gdc.test/compilable/test20065.d create mode 100644 gcc/testsuite/gdc.test/compilable/test930.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/b20011.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail19336.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail20033.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail20073.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice11856_0.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice11856_1.d rename gcc/testsuite/gdc.test/{compilable/test14929.d => fail_compilation/ice14929 [...] create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice19295.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice19950.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice20042.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice20056.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/mixintype2.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/nosharedaccess.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/trait_loc_err.d create mode 100644 gcc/testsuite/gdc.test/runnable/test17885.d create mode 100644 gcc/testsuite/gdc.test/runnable/test20025.d create mode 100644 gcc/testsuite/gdc.test/runnable/xtest47.d copy libphobos/{src/std => libdruntime/core}/internal/attributes.d (64%) create mode 100644 libphobos/libdruntime/core/stdcpp/string.d create mode 100644 libphobos/libdruntime/core/stdcpp/vector.d create mode 100644 libphobos/libdruntime/rt/util/utility.d