]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Aug 2022 00:17:42 +0000 (00:17 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 3 Aug 2022 00:17:42 +0000 (00:17 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/c/ChangeLog
gcc/testsuite/ChangeLog
libcpp/ChangeLog

index 5de78c4c5000ded79c757fa1bc92085382c5b462..2dd835c31c34c546c2a7bf9aa6ec71f2bffe03e6 100644 (file)
@@ -1,3 +1,23 @@
+2022-08-02  Peter Bergner  <bergner@linux.ibm.com>
+
+       Backported from master:
+       2022-07-25  Peter Bergner  <bergner@linux.ibm.com>
+                   Kewen Lin  <linkw@linux.ibm.com>
+
+       PR testsuite/106345
+       * config/rs6000/rs6000.h (DRIVER_SELF_SPECS): Adjust -mdejagnu-cpu
+       to filter out all -mtune options.
+
+2022-08-02  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2022-07-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/106091
+       * config/rs6000/rs6000-p8swap.c (replace_swapped_aligned_store): Copy
+       REG_EH_REGION when replacing one store insn having it.
+       (replace_swapped_aligned_load): Likewise.
+
 2022-07-25  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
        Backported from master:
index dd67218a4eeda118f9f01d4f835b2f4a8c3337d3..53995aad097f7c9ea84d9dbe92f6d8e92e1f7ae0 100644 (file)
@@ -1 +1 @@
-20220802
+20220803
index 47eb405ddcef66e62e3336ff9d9582b806ce50b9..61ad810c12ebb606c6d1ae5c916f7a43d7261ecf 100644 (file)
@@ -1,3 +1,12 @@
+2022-08-02  Lewis Hyatt  <lhyatt@gmail.com>
+
+       Backported from master:
+       2022-07-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/97498
+       * c-parser.c (c_parser_pragma): Set input_location to the
+       location of the pragma, rather than the start of the line.
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.
index f862e4d01c46d27d1cbe55f30d8939cc443547f7..aa35d4f7539a07634384c16760ce9d3a5094697c 100644 (file)
@@ -1,3 +1,20 @@
+2022-08-02  Lewis Hyatt  <lhyatt@gmail.com>
+
+       Backported from master:
+       2022-07-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/97498
+       * c-c++-common/pr97498.c: New test.
+       * gcc.dg/pragma-message.c: Adapt for improved warning locations.
+
+2022-08-02  Kewen Lin  <linkw@linux.ibm.com>
+
+       Backported from master:
+       2022-07-26  Kewen Lin  <linkw@linux.ibm.com>
+
+       PR target/106091
+       * gcc.target/powerpc/pr106091.c: New test.
+
 2022-07-26  Harald Anlauf  <anlauf@gmx.de>
 
        Backported from master:
index 9a17c78ad6b67e0e43cb43b46608e881aaef98e2..6c6dc95a731aec8fa136d837c2b00220e80cd254 100644 (file)
@@ -1,3 +1,13 @@
+2022-08-02  Lewis Hyatt  <lhyatt@gmail.com>
+
+       Backported from master:
+       2022-07-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/97498
+       * directives.c (destringize_and_run): Override the location of
+       the CPP_PRAGMA token from a _Pragma directive to the location of
+       the expansion point, as is done for the tokens lexed from it.
+
 2022-06-28  Release Manager
 
        * GCC 10.4.0 released.