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

index 339199cf292404d3f304aff7faf4e90b5649136b..72c11de8ed68ad33b32f72531bcd0b5204113398 100644 (file)
@@ -1,3 +1,29 @@
+2023-06-09  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
+
+       Backported from master:
+       2023-06-06  Jeevitha Palanisamy  <jeevitha@linux.ibm.com>
+
+       PR target/106907
+       * config/rs6000/rs6000.cc (vec_const_128bit_to_bytes): Remove
+       duplicate expression.
+
+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.cc (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-09  liuhongt  <hongtao.liu@intel.com>
+
+       PR target/110108
+       * config/i386/i386.cc (ix86_gimple_fold_builtin): Explicitly
+       view_convert_expr mask to signed type when folding pblendvb
+       builtins.
+
 2023-06-08  Alex Coplan  <alex.coplan@arm.com>
 
        Backported from master:
index a4ca097fc3e4de65362af0842e3f7536de0d9093..dc88eb6d69e2f9fbfff757b6dfe61ec599018adf 100644 (file)
@@ -1 +1 @@
-20230609
+20230610
index 693c1b25661a79021f77dd92f607546d9dcda1fc..21b5d65d2dc64416090482dfa1ecb1bff258ae84 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.cc (gfc_convert_to_structure_constructor): Only do
+       constant string ctor length verification and truncation/padding
+       if constant length has INTEGER type.
+
 2023-06-04  Steve Kargl  <kargl@gcc.gnu.org>
 
        Backported from master:
index 9deca12726992ebd6fa6574d78ec3432de49500b..a32ee4887cb80f06f7900ea97c091f20516e99ee 100644 (file)
@@ -1,3 +1,18 @@
+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-06-09  liuhongt  <hongtao.liu@intel.com>
+
+       * gcc.target/i386/pr110108-2.c: New test.
+
 2023-06-08  Alex Coplan  <alex.coplan@arm.com>
 
        Backported from master: