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

index c34c740daae16a424fcb695c3df707bd2cae9315..f1fe413d9a7e842232c9a2ee80b604639138744b 100644 (file)
@@ -1,3 +1,13 @@
+2023-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-06-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/110044
+       * config/rs6000/rs6000.c (darwin_rs6000_special_round_type_align):
+       Make sure that we do not have a cap on field alignment before altering
+       the struct layout based on the type alignment of the first entry.
+
 2023-06-01  Jonathan Wakely  <jwakely@redhat.com>
 
        Backported from master:
index a4ca097fc3e4de65362af0842e3f7536de0d9093..dc88eb6d69e2f9fbfff757b6dfe61ec599018adf 100644 (file)
@@ -1 +1 @@
-20230609
+20230610
index 4d79f1d4eb4968883f5d75c634deec8f72814f76..92b191f252f16d6347342f61401eb474c096a4f4 100644 (file)
@@ -1,3 +1,13 @@
+2023-06-09  Jakub Jelinek  <jakub@redhat.com>
+
+       Backported from master:
+       2023-06-09  Jakub Jelinek  <jakub@redhat.com>
+
+       PR fortran/96024
+       * primary.c (gfc_convert_to_structure_constructor): Only do
+       constant string ctor length verification and truncation/padding
+       if constant length has INTEGER type.
+
 2023-05-03  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 5f48b96f01a142200c6e3b1bf98c231856a3ece7..8b962439ea91cf32a630b31ebe4db8f15833f711 100644 (file)
@@ -1,3 +1,14 @@
+2023-06-09  Iain Sandoe  <iain@sandoe.co.uk>
+
+       Backported from master:
+       2023-06-02  Iain Sandoe  <iain@sandoe.co.uk>
+
+       PR target/110044
+       * gcc.target/powerpc/darwin-abi-13-0.c: New test.
+       * gcc.target/powerpc/darwin-abi-13-1.c: New test.
+       * gcc.target/powerpc/darwin-abi-13-2.c: New test.
+       * gcc.target/powerpc/darwin-structs-0.h: New test.
+
 2023-05-22   Michael Meissner  <meissner@linux.ibm.com>
 
        PR target/70243