From e04785d99d52445fd17357c22a07dd3a62f56de3 Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Tue, 2 Aug 2022 00:19:17 +0000 Subject: [PATCH] Daily bump. --- gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 9 +++++++++ gcc/testsuite/ChangeLog | 11 +++++++++++ libcpp/ChangeLog | 10 ++++++++++ libgomp/ChangeLog | 9 +++++++++ 5 files changed, 40 insertions(+), 1 deletion(-) diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index ed14e56feeba..dd67218a4eed 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220801 +20220802 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 6d4f3ed523d1..02eade0c0519 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,12 @@ +2022-08-01 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + 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 12019bbb0faf..c9535e8d9b92 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,14 @@ +2022-08-01 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + 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 Backported from master: diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 86b56ad24b9d..70d96df9d4ec 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,13 @@ +2022-08-01 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + 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 Backported from master: diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 1620e08545dd..4307e962b3df 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,12 @@ +2022-08-01 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + * 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 Backported from master: -- 2.47.2