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

index 9147220d6fb91b5961764fde7c08662443331a81..846aa4e5b25b1e677e2450a997e3f7f3f0e94fb7 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-27  Maciej W. Rozycki  <macro@embecosm.com>
 
        Backported from master:
index dd67218a4eeda118f9f01d4f835b2f4a8c3337d3..53995aad097f7c9ea84d9dbe92f6d8e92e1f7ae0 100644 (file)
@@ -1 +1 @@
-20220802
+20220803
index 8d0dffcaa10241a0f227f59d4cf9b31fff822032..b64ceda32ef55a087faaa8e271e6bfd9864c7259 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-04-21  Release Manager
 
        * GCC 11.3.0 released.
index 9dfc76da8c48e1f045a185925a9857ae1b3a91bd..81967d17e766e9005bdbc19a9fcb5d14f246599e 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 c89d9c8bdcd76bb360305cadf6b300811d00505c..b7feb1f443c63475d0903d1bc9284bf8c134df07 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-15  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
This page took 0.095387 seconds and 5 git commands to generate.