summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-08-02 00:19:17 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-08-02 00:19:17 +0000
commite04785d99d52445fd17357c22a07dd3a62f56de3 (patch)
treeea703cf761e4e7ce5b3850445e16f4a182419426
parent98e2676558f6f50cfb90610e5a160642a24d1596 (diff)
Daily bump.
-rw-r--r--gcc/DATESTAMP2
-rw-r--r--gcc/c/ChangeLog9
-rw-r--r--gcc/testsuite/ChangeLog11
-rw-r--r--libcpp/ChangeLog10
-rw-r--r--libgomp/ChangeLog9
5 files changed, 40 insertions, 1 deletions
diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP
index ed14e56feeb..dd67218a4ee 100644
--- a/gcc/DATESTAMP
+++ b/gcc/DATESTAMP
@@ -1 +1 @@
-20220801
+20220802
diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog
index 6d4f3ed523d..02eade0c051 100644
--- a/gcc/c/ChangeLog
+++ b/gcc/c/ChangeLog
@@ -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.
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 12019bbb0fa..c9535e8d9b9 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -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:
diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog
index 86b56ad24b9..70d96df9d4e 100644
--- a/libcpp/ChangeLog
+++ b/libcpp/ChangeLog
@@ -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:
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 1620e08545d..4307e962b3d 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -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: