This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 3f58f96a4e8 libgfortran: Propagate user defined iostat and iomsg. new 94687d17ba7 Merge dmd, druntime ceff48bf7d, phobos dcbfbd43a
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/dmd/MERGE | 2 +- gcc/d/dmd/arrayop.d | 2 +- gcc/d/dmd/ast_node.h | 2 +- gcc/d/dmd/common/file.d | 89 ++-- gcc/d/dmd/common/smallbuffer.d | 30 +- gcc/d/dmd/cparse.d | 150 +++++-- gcc/d/dmd/dimport.d | 109 +---- gcc/d/dmd/dmodule.d | 32 +- gcc/d/dmd/dsymbolsem.d | 97 ++++ gcc/d/dmd/expression.d | 4 +- gcc/d/dmd/expression.h | 2 +- gcc/d/dmd/expressionsem.d | 97 ++++ gcc/d/dmd/func.d | 394 +--------------- gcc/d/dmd/funcsem.d | 390 ++++++++++++++++ gcc/d/dmd/identifier.h | 2 +- gcc/d/dmd/importc.d | 7 +- gcc/d/dmd/mtype.d | 1 - gcc/d/dmd/parse.d | 48 +- gcc/d/dmd/root/array.h | 3 +- gcc/d/dmd/root/bitarray.h | 1 - gcc/d/dmd/{root/object.h => rootobject.h} | 6 +- gcc/d/dmd/statementsem.d | 2 +- gcc/d/dmd/staticcond.d | 107 ----- gcc/d/dmd/template.h | 2 +- .../gdc.test/compilable/imports/defines.c | 25 ++ gcc/testsuite/gdc.test/compilable/testdefines.d | 10 + .../gdc.test/fail_compilation/warn13679.d | 4 +- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 22 +- libphobos/libdruntime/Makefile.in | 31 +- libphobos/libdruntime/core/sys/freebsd/ifaddrs.d | 3 +- libphobos/libdruntime/core/sys/freebsd/net/if_.d | 493 +++++++++++++++++++++ libphobos/libdruntime/core/sys/linux/sys/socket.d | 1 - libphobos/libdruntime/core/thread/fiber.d | 2 +- libphobos/src/MERGE | 2 +- libphobos/src/std/typecons.d | 35 +- 36 files changed, 1417 insertions(+), 792 deletions(-) rename gcc/d/dmd/{root/object.h => rootobject.h} (91%) create mode 100644 libphobos/libdruntime/core/sys/freebsd/net/if_.d