]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 Jul 2023 00:17:55 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sun, 2 Jul 2023 00:17:55 +0000 (00:17 +0000)
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index 41f220817423fa8117ecbc2c850285e419095c63..ae3ab38a5744c27250a51936d2d34ab551b42505 100644 (file)
@@ -1 +1 @@
-20230701
+20230702
index cae0ecf13ab8e3324d1b3629919d2eac0a89a0ea..dc5e5b33fc23e3f77fe118b8b2a69577195ef4ac 100644 (file)
@@ -1,3 +1,12 @@
+2023-07-01  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2023-07-01  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/110511
+       * dmd/dinterpret.c (Interpreter::visit (CastExp *)): Handle casting
+       null to int or float.
+
 2023-06-26  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index 1b21ed9d096d29ef0fa03cdf340dfd8ffe7ba028..1df3c6b2dc13f1b4b437630e7980fbd5c37990a2 100644 (file)
@@ -1,3 +1,11 @@
+2023-07-01  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2023-07-01  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/110511
+       * gdc.test/compilable/test21794.d: New test.
+
 2023-06-30  Patrick Palka  <ppalka@redhat.com>
 
        Backported from master: