This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from f82e3a12955 Daily bump. new 2370bdbb0b2 d: Fix ICE in assign_temp, at function.c:984 (PR94777) new 873b5de87c3 d: Merge upstream dmd f8a1a5153, druntime 2b5c0b27 new 5e7f8c55c2c libphobos: Remove AC_CACHE_CHECK from network library tests. new c8086357066 libphobos: Add hppa-*-linux* as a supported target
The 4 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/ChangeLog | 17 +++ gcc/d/d-builtins.cc | 1 + gcc/d/d-codegen.cc | 32 ++++- gcc/d/d-convert.cc | 19 +-- gcc/d/d-tree.h | 4 +- gcc/d/dmd/MERGE | 2 +- gcc/d/types.cc | 2 +- gcc/testsuite/ChangeLog | 12 ++ gcc/testsuite/gdc.dg/pr94777a.d | 15 +++ gcc/testsuite/gdc.dg/pr94777b.d | 181 ++++++++++++++++++++++++++ gcc/testsuite/gdc.test/compilable/ctfe_math.d | 1 + gcc/testsuite/gdc.test/compilable/test5227.d | 1 + gcc/testsuite/lib/gdc-utils.exp | 9 ++ libphobos/ChangeLog | 4 + libphobos/configure | 103 +++++++-------- libphobos/configure.tgt | 3 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/internal/convert.d | 4 +- libphobos/m4/druntime/libraries.m4 | 51 ++++---- 19 files changed, 354 insertions(+), 109 deletions(-) create mode 100644 gcc/testsuite/gdc.dg/pr94777a.d create mode 100644 gcc/testsuite/gdc.dg/pr94777b.d