This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 332cf038fda d: Merge upstream dmd c11e1d1708, druntime e60bfd11bd, phob [...] new 3dfad340cb1 libphobos: Merge upstream druntime c11e1d1708, phobos 303b9c9f7
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: libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 37 ++- libphobos/libdruntime/Makefile.in | 63 ++-- libphobos/libdruntime/core/gc/gcinterface.d | 5 - .../libdruntime/core/internal/array/construction.d | 17 +- .../core/internal/gc/impl/conservative/gc.d | 73 ++-- .../libdruntime/core/internal/gc/impl/manual/gc.d | 4 - .../libdruntime/core/internal/gc/impl/proto/gc.d | 4 - libphobos/libdruntime/core/internal/gc/pooltable.d | 3 +- libphobos/libdruntime/core/internal/gc/proxy.d | 13 +- libphobos/libdruntime/core/internal/hash.d | 2 +- libphobos/libdruntime/core/internal/qsort.d | 46 ++- libphobos/libdruntime/core/memory.d | 8 +- libphobos/libdruntime/core/runtime.d | 10 +- libphobos/libdruntime/core/stdc/limits.d | 5 +- libphobos/libdruntime/core/stdcpp/new_.d | 2 +- .../core/sys/freebsd/{unistd.d => mqueue.d} | 10 +- libphobos/libdruntime/core/sys/linux/sys/mount.d | 63 ++++ libphobos/libdruntime/core/sys/posix/config.d | 2 +- libphobos/libdruntime/core/sys/posix/mqueue.d | 370 +++++++++++---------- .../libdruntime/core/sys/solaris/sys/priocntl.d | 2 +- .../libdruntime/core/sys/solaris/sys/procset.d | 2 +- libphobos/libdruntime/core/sys/solaris/sys/types.d | 2 +- libphobos/libdruntime/core/thread/fiber.d | 46 +++ libphobos/libdruntime/core/thread/osthread.d | 8 +- libphobos/libdruntime/object.d | 2 +- libphobos/src/MERGE | 2 +- libphobos/src/std/algorithm/searching.d | 72 ++-- libphobos/src/std/algorithm/setops.d | 2 +- libphobos/src/std/bitmanip.d | 11 +- libphobos/src/std/conv.d | 6 +- libphobos/src/std/csv.d | 15 +- libphobos/src/std/file.d | 5 +- libphobos/src/std/internal/math/biguintcore.d | 25 -- libphobos/src/std/internal/test/range.d | 91 +++++ libphobos/src/std/internal/unicode_comp.d | 24 +- libphobos/src/std/internal/unicode_decomp.d | 24 +- libphobos/src/std/internal/unicode_grapheme.d | 84 ++--- libphobos/src/std/internal/unicode_norm.d | 48 +-- libphobos/src/std/internal/unicode_tables.d | 220 ++++++------ libphobos/src/std/logger/core.d | 6 +- libphobos/src/std/math/algebraic.d | 4 +- libphobos/src/std/math/hardware.d | 4 +- libphobos/src/std/net/isemail.d | 3 +- libphobos/src/std/path.d | 8 +- libphobos/src/std/process.d | 50 ++- libphobos/src/std/range/package.d | 291 ++++++++++++++-- libphobos/src/std/socket.d | 10 +- libphobos/src/std/sumtype.d | 2 +- libphobos/src/std/traits.d | 11 +- libphobos/src/std/typecons.d | 2 +- libphobos/src/std/utf.d | 27 +- libphobos/src/std/uuid.d | 2 +- libphobos/src/std/variant.d | 2 +- .../invalid_memory_operation.d | 3 +- 55 files changed, 1201 insertions(+), 654 deletions(-) copy libphobos/libdruntime/core/sys/freebsd/{unistd.d => mqueue.d} (53%) create mode 100644 libphobos/libdruntime/core/sys/linux/sys/mount.d