]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 21 Oct 2022 00:19:16 +0000 (00:19 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 21 Oct 2022 00:19:16 +0000 (00:19 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 41998460e75cdb783fd1da273aef924c3d66958f..43c15288d7c7827a222c2c33c642e1419081251f 100644 (file)
@@ -1,3 +1,13 @@
+2022-10-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2022-09-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/96072
+       * config/rs6000/rs6000-logue.c (rs6000_emit_epilogue): Update the
+       condition for adding REG_CFA_DEF_CFA reg note with
+       frame_pointer_needed_indeed.
+
 2022-10-17  Pat Haugen  <pthaugen@linux.ibm.com>
 
        PR target/99685
index 8b08eddd863203a81a483e3ff46873d2a605d011..0f7d77c700eb87c896cd1501f8d5eef85c956e13 100644 (file)
@@ -1 +1 @@
-20221020
+20221021
index fe2da634ac5af66c5b6b6dc85c5174a42fb5e122..a1062409152f8555f9ff32d163d155b24b624222 100644 (file)
@@ -1,3 +1,11 @@
+2022-10-20  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2022-09-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/96072
+       * gcc.target/powerpc/pr96072.c: New test.
+
 2022-10-14  Richard Biener  <rguenther@suse.de>
 
        Backported from master: