This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 34d8d757fec Replace direct PSTL uses of assert() with a macro new b438d079afb d/dmd: Merge upstream dmd d7ed327ed new 88775b0e6e8 libphobos: Merge upstream druntime 175bf5fc new aae12232eb1 libphobos: Merge upstream phobos cf95639ff
The 3 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/dmd/MERGE | 2 +- gcc/d/dmd/dinterpret.c | 7 +- gcc/testsuite/gdc.test/compilable/test19778.d | 6 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/stdc/stdio.d | 3 - libphobos/libdruntime/core/stdc/time.d | 21 ++-- libphobos/libdruntime/core/sync/condition.d | 7 +- libphobos/libdruntime/core/sync/mutex.d | 19 +-- libphobos/libdruntime/core/sync/semaphore.d | 30 ++--- libphobos/libdruntime/core/sys/posix/aio.d | 134 +++++++++++++++++++++ libphobos/libdruntime/core/sys/posix/fcntl.d | 9 +- libphobos/libdruntime/core/sys/posix/stdio.d | 56 +++++++++ libphobos/libdruntime/core/sys/posix/sys/socket.d | 17 ++- libphobos/libdruntime/core/sys/solaris/dlfcn.d | 3 +- libphobos/libdruntime/core/sys/solaris/sys/link.d | 8 +- libphobos/libdruntime/core/sys/windows/shlobj.d | 2 +- libphobos/libdruntime/core/sys/windows/threadaux.d | 18 +-- libphobos/libdruntime/core/time.d | 34 +++++- libphobos/libdruntime/gc/os.d | 7 +- libphobos/src/MERGE | 2 +- libphobos/src/std/datetime/systime.d | 16 +++ libphobos/src/std/datetime/timezone.d | 18 ++- .../allocator/building_blocks/region.d | 2 + libphobos/src/std/file.d | 13 +- libphobos/src/std/internal/cstring.d | 11 +- libphobos/src/std/math.d | 54 +++++++++ libphobos/src/std/parallelism.d | 8 ++ libphobos/src/std/path.d | 2 +- libphobos/src/std/socket.d | 8 ++ libphobos/src/std/stdio.d | 6 + 30 files changed, 444 insertions(+), 81 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/test19778.d