This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 406f58e1e38 libstdc++: Add nodiscard attribute to cast-like functions new dddf3bb0c37 d: Merge upstream dmd 5cc71ff83, druntime 1134b710 new 4993d0265ef d: Increment gaggedWarnings if warning or deprecation messa [...] new 62321ab477e d: Use Array::find to get index of element new d48f87d5c19 d: Fix missing call to va_end in getMatchError [PR99917]
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/d-codegen.cc | 28 ++-- gcc/d/d-diagnostic.cc | 4 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/chkformat.c | 44 ++++-- gcc/d/dmd/denum.c | 54 ++++--- gcc/d/dmd/dsymbolsem.c | 17 +- gcc/d/dmd/mtype.c | 18 +-- gcc/testsuite/gdc.test/compilable/ice10770.d | 5 + .../gdc.test/fail_compilation/chkformat.d | 34 +++- .../gdc.test/fail_compilation/enum_init.d | 171 +++++++++++++++++++++ gcc/testsuite/gdc.test/fail_compilation/fail109.d | 8 +- gcc/testsuite/gdc.test/fail_compilation/ice10770.d | 13 -- gcc/testsuite/gdc.test/fail_compilation/ice8511.d | 13 -- libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/object.d | 2 +- 15 files changed, 307 insertions(+), 108 deletions(-) create mode 100644 gcc/testsuite/gdc.test/compilable/ice10770.d create mode 100644 gcc/testsuite/gdc.test/fail_compilation/enum_init.d delete mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice10770.d delete mode 100644 gcc/testsuite/gdc.test/fail_compilation/ice8511.d