]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Oct 2024 00:20:15 +0000 (00:20 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 30 Oct 2024 00:20:15 +0000 (00:20 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/testsuite/ChangeLog

index 202388bf1bd8fda0ec369cb84b0cb8fa39d564cd..be7a3250ef91cbfbf6dcd274cb504f78a2e23833 100644 (file)
@@ -1,3 +1,19 @@
+2024-10-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR rtl-optimization/117327
+       * reorg.cc (find_end_label): Do not return a dangling label at the
+       end of the function and adjust commentary.
+
+2024-10-29  Peter Bergner  <bergner@linux.ibm.com>
+
+       Backported from master:
+       2024-08-23  Peter Bergner  <bergner@linux.ibm.com>
+
+       PR target/116415
+       * config/rs6000/rs6000.h (TI_OR_PTI_MODE): New define.
+       * config/rs6000/rs6000-p8swap.cc (rs6000_analyze_swaps): Use it to
+       handle PTImode identically to TImode.
+
 2024-10-24  liuhongt  <hongtao.liu@intel.com>
 
        Backported from master:
index 03377a986ad3ddafc2e25e7d75b5055a05501422..d334905e0408ef54ee7672407b6a99c329cdd319 100644 (file)
@@ -1 +1 @@
-20241029
+20241030
index 89a7a8d5b1ac3bfc5b8f197c784e84271995d130..fb53c99dbdae5fbaa9e7d2e5ebea6f0e6961ecbc 100644 (file)
@@ -1,3 +1,15 @@
+2024-10-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc.c-torture/execute/20241029-1.c: New test.
+
+2024-10-29  Peter Bergner  <bergner@linux.ibm.com>
+
+       Backported from master:
+       2024-08-23  Peter Bergner  <bergner@linux.ibm.com>
+
+       PR target/116415
+       * gcc.target/powerpc/pr116415.c: New test.
+
 2024-10-25  Paul Thomas  <pault@gcc.gnu.org>
 
        Backported from master: