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

index ed14e56feeba62217c033e57055df8ce072c1307..dd67218a4eeda118f9f01d4f835b2f4a8c3337d3 100644 (file)
@@ -1 +1 @@
-20220801
+20220802
index 6d4f3ed523d138cca89766910ccf6add05455c6e..02eade0c0519d867730f1b33729c8de4fe01bed4 100644 (file)
@@ -1,3 +1,12 @@
+2022-08-01  Lewis Hyatt  <lhyatt@gmail.com>
+
+       Backported from master:
+       2022-07-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/97498
+       * c-parser.cc (c_parser_pragma): Set input_location to the
+       location of the pragma, rather than the start of the line.
+
 2022-05-06  Release Manager
 
        * GCC 12.1.0 released.
index 12019bbb0faff28e7678cc0fb0d3fbecc0618bad..c9535e8d9b92a3dec967d189169511b235bf0fe3 100644 (file)
@@ -1,3 +1,14 @@
+2022-08-01  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.
+       * c-c++-common/gomp/pragma-3.c: Adapt for improved warning locations.
+       * c-c++-common/gomp/pragma-5.c: Likewise.
+       * gcc.dg/pragma-message.c: Likewise.
+
 2022-07-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 86b56ad24b9d597266367aa24fa06627c9d2b4d5..70d96df9d4ec810605a2a503f16a7b6980130dab 100644 (file)
@@ -1,3 +1,13 @@
+2022-08-01  Lewis Hyatt  <lhyatt@gmail.com>
+
+       Backported from master:
+       2022-07-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       PR preprocessor/97498
+       * directives.cc (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-05-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master:
index 1620e08545dd57df14fb7a0ed8ebf5fd3b973012..4307e962b3dfdef98bfabd07f6d8a375517bc0b1 100644 (file)
@@ -1,3 +1,12 @@
+2022-08-01  Lewis Hyatt  <lhyatt@gmail.com>
+
+       Backported from master:
+       2022-07-10  Lewis Hyatt  <lhyatt@gmail.com>
+
+       * testsuite/libgomp.oacc-c-c++-common/reduction-5.c: Adapt for
+       improved warning locations.
+       * testsuite/libgomp.oacc-c-c++-common/vred2d-128.c: Likewise.
+
 2022-07-30  Jakub Jelinek  <jakub@redhat.com>
 
        Backported from master: