This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from c6929b08558 testsuite, X86, Darwin: Skip a test for mcmodel=large. new e773c6c7009 d: Merge upstream dmd, druntime e48bc0987d, phobos 2458e8f82.
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/VERSION | 2 +- gcc/d/dmd/aggregate.d | 8 +- gcc/d/dmd/aggregate.h | 8 - gcc/d/dmd/aliasthis.h | 2 +- gcc/d/dmd/attrib.h | 1 - gcc/d/dmd/canthrow.d | 2 +- gcc/d/dmd/cond.d | 2 +- gcc/d/dmd/cond.h | 2 - gcc/d/dmd/cparse.d | 17 +- gcc/d/dmd/dcast.d | 2 +- gcc/d/dmd/dclass.d | 8 +- gcc/d/dmd/declaration.d | 1 + gcc/d/dmd/declaration.h | 12 -- gcc/d/dmd/denum.d | 2 +- gcc/d/dmd/dimport.d | 2 +- gcc/d/dmd/dinterpret.d | 3 + gcc/d/dmd/dmodule.d | 2 +- gcc/d/dmd/dscope.d | 2 +- gcc/d/dmd/dstruct.d | 2 +- gcc/d/dmd/dsymbol.d | 7 +- gcc/d/dmd/dsymbolsem.d | 15 +- gcc/d/dmd/dtemplate.d | 8 +- gcc/d/dmd/expression.d | 90 ++------ gcc/d/dmd/expression.h | 88 +------- gcc/d/dmd/expressionsem.d | 53 +++++ gcc/d/dmd/func.d | 20 +- gcc/d/dmd/globals.h | 6 +- gcc/d/dmd/hdrgen.d | 38 +++- gcc/d/dmd/id.d | 2 + gcc/d/dmd/import.h | 1 - gcc/d/dmd/init.h | 1 - gcc/d/dmd/location.d | 2 +- gcc/d/dmd/module.h | 1 - gcc/d/dmd/mtype.d | 16 +- gcc/d/dmd/mtype.h | 12 -- gcc/d/dmd/objc.h | 2 - gcc/d/dmd/scope.h | 2 - gcc/d/dmd/sideeffect.d | 4 +- gcc/d/dmd/statement.d | 6 +- gcc/d/dmd/statement.h | 4 +- gcc/d/dmd/template.h | 5 - gcc/d/dmd/tokens.d | 2 +- gcc/d/dmd/tokens.h | 3 - gcc/d/expr.cc | 20 +- gcc/d/runtime.def | 9 +- .../gdc.test/fail_compilation/ice10727a.d | 2 + .../gdc.test/fail_compilation/ice10727b.d | 2 + libphobos/libdruntime/MERGE | 2 +- .../libdruntime/core/internal/array/construction.d | 167 +++++++++++++++ libphobos/libdruntime/core/internal/array/utils.d | 236 +++++++++++++++++++++ libphobos/libdruntime/core/lifetime.d | 13 +- libphobos/libdruntime/core/sys/freebsd/ifaddrs.d | 41 ++++ libphobos/libdruntime/core/sys/freebsd/net/if_dl.d | 42 ++++ .../libdruntime/core/sys/freebsd/sys/socket.d | 131 ++++++++++++ libphobos/libdruntime/core/sys/freebsd/sys/types.d | 58 +++++ libphobos/libdruntime/core/sys/posix/sys/types.d | 4 +- libphobos/libdruntime/object.d | 2 + libphobos/libdruntime/rt/lifetime.d | 26 +-- libphobos/src/MERGE | 2 +- libphobos/src/std/parallelism.d | 2 +- libphobos/src/std/range/primitives.d | 10 +- libphobos/src/std/traits.d | 57 +++++ 63 files changed, 962 insertions(+), 334 deletions(-) create mode 100644 libphobos/libdruntime/core/sys/freebsd/ifaddrs.d create mode 100644 libphobos/libdruntime/core/sys/freebsd/net/if_dl.d create mode 100644 libphobos/libdruntime/core/sys/freebsd/sys/socket.d create mode 100644 libphobos/libdruntime/core/sys/freebsd/sys/types.d