]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 27 Jun 2023 00:19:53 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Tue, 27 Jun 2023 00:19:53 +0000 (00:19 +0000)
gcc/DATESTAMP
gcc/d/ChangeLog
gcc/testsuite/ChangeLog

index 2cf61a4ffbf36cdecafa31d1b9993116f206d0d3..36a241c62ca50198015a82242e344614ff244f7b 100644 (file)
@@ -1 +1 @@
-20230626
+20230627
index 9d495495c671a8c62017d618feaa267b54c2348c..cae0ecf13ab8e3324d1b3629919d2eac0a89a0ea 100644 (file)
@@ -1,3 +1,13 @@
+2023-06-26  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2023-06-26  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/110359
+       * d-convert.cc (convert_for_rvalue): Only apply the @safe boolean
+       conversion to boolean fields of a union.
+       (convert_for_condition): Call convert_for_rvalue in the default case.
+
 2023-03-03  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master:
index b777a953a9052661f2ca0f41cdbaf5c4f80a0205..e21e13cae599132c79bf697e20cd32c2f98eea27 100644 (file)
@@ -1,3 +1,11 @@
+2023-06-26  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       Backported from master:
+       2023-06-26  Iain Buclaw  <ibuclaw@gdcproject.org>
+
+       PR d/110359
+       * gdc.dg/pr110359.d: New test.
+
 2023-06-20  Kewen Lin  <linkw@linux.ibm.com>
 
        Backported from master: