This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7ffbc74c8c2 Docs: Fix formatting issues in BPF built-ins documentation. new 328477f6ee8 d: Merge upstream dmd, druntime 5f7552bb28, phobos 67a47cf39.
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/dinterpret.d | 12 ++- gcc/d/dmd/dsymbol.d | 21 ++++- gcc/d/dmd/expressionsem.d | 102 ++++++++++++++++++++- gcc/d/dmd/typesem.d | 1 + gcc/d/dmd/typinf.d | 5 +- gcc/testsuite/gdc.test/compilable/test16213.d | 8 ++ gcc/testsuite/gdc.test/compilable/test17351.d | 9 ++ gcc/testsuite/gdc.test/compilable/test19295.d | 10 ++ .../gdc.test/compilable/testcorrectthis.d | 37 ++++++++ .../gdc.test/fail_compilation/fail23760.d | 27 ++++++ gcc/testsuite/gdc.test/fail_compilation/fail61.d | 2 +- .../gdc.test/fail_compilation/fail_circular.d | 15 +-- gcc/testsuite/gdc.test/fail_compilation/ice19295.d | 18 ---- gcc/testsuite/gdc.test/fail_compilation/ice23781.d | 10 ++ gcc/testsuite/gdc.test/fail_compilation/ice9439.d | 4 +- libphobos/libdruntime/MERGE | 2 +- libphobos/src/MERGE | 2 +- libphobos/src/std/math/exponential.d | 30 ++++-- libphobos/src/std/traits.d | 27 +++++- 21 files changed, 295 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/test16213.d create mode 100644 gcc/testsuite/gdc.test/compilable/test19295.d create mode 100644 gcc/testsuite/gdc.test/compilable/testcorrectthis.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/fail23760.d delete mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice19295.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice23781.d