This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a6bbab6ae5 Daily bump. new e6ff1dc191f libphobos: Fix IEEE typo in std.numeric link new 499c58f443e libphobos: Add module declaration to rt.invariant new 76df0e069f6 d: Indexing a cast(AA) yields no lvalue anymore new 1f42269ee49 d: Add C++23 to CppStdRevision enum new 33a428f966d d: Improve UFCS/property error message new a6cb7e917b1 d: Bump front-end language version to v2.111.0-rc.1.
The 6 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-lang.cc | 1 + gcc/d/dmd/MERGE | 2 +- gcc/d/dmd/VERSION | 2 +- gcc/d/dmd/expression.d | 1 + gcc/d/dmd/globals.d | 1 + gcc/d/dmd/globals.h | 3 +- gcc/d/dmd/typesem.d | 14 +++++++-- gcc/d/gdc.texi | 2 ++ gcc/d/lang.opt | 3 ++ gcc/d/runtime.def | 4 +-- gcc/testsuite/gdc.test/fail_compilation/fail347.d | 4 +-- gcc/testsuite/gdc.test/fail_compilation/ufcs.d | 36 +++++++++++++--------- gcc/testsuite/gdc.test/runnable/test21020.d | 11 +++++++ libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/Makefile.am | 2 +- libphobos/libdruntime/Makefile.in | 6 ++-- libphobos/libdruntime/core/stdcpp/xutility.d | 1 + .../libdruntime/rt/{invariant.d => invariant_.d} | 9 ++---- libphobos/src/MERGE | 2 +- libphobos/src/std/numeric.d | 2 +- 20 files changed, 70 insertions(+), 38 deletions(-) create mode 100644 gcc/testsuite/gdc.test/runnable/test21020.d rename libphobos/libdruntime/rt/{invariant.d => invariant_.d} (70%)