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

index a8cb2fdd87cc5abbdfc45a09d32bc43ffee202f3..281d412233cd7a57a3a4a5f2a2a883adabd78301 100644 (file)
@@ -1,3 +1,24 @@
+2023-06-07  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-07  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-05-25  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/109800
+       * config/arm/arm.md (movdf): Generate temporary pseudo in DImode
+       instead of DFmode.
+       * config/arm/vfp.md (no_literal_pool_df_immediate): Rather than punning an
+       lvalue DFmode pseudo into DImode, use a DImode pseudo and pun it into
+       DFmode as an rvalue.
+
 2023-06-06  Andrew Pinski  <apinski@marvell.com>
 
        Backported from master:
index 2e61d1d960e31fbca4f11ae3f2f88176ac3819da..73ca44c893e1261a0cfa0c0603e2dd3e543c9c98 100644 (file)
@@ -1 +1 @@
-20230607
+20230608
index 46269962f6a4bdfca862d0cec6b8995a11201bb6..211a1d49b66e7cd368316c34bee11daf1313f1d0 100644 (file)
@@ -1,3 +1,11 @@
+2023-06-07  Alex Coplan  <alex.coplan@arm.com>
+
+       Backported from master:
+       2023-05-25  Alex Coplan  <alex.coplan@arm.com>
+
+       PR target/109800
+       * gcc.target/arm/pure-code/pr109800.c: New test.
+
 2023-06-05  Iain Buclaw  <ibuclaw@gdcproject.org>
 
        Backported from master: