From: GCC Administrator Date: Wed, 3 Aug 2022 00:17:42 +0000 (+0000) Subject: Daily bump. X-Git-Tag: releases/gcc-10.5.0~565 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa411d75967ba5bb44d1a0bd2669608c4327dd2;p=thirdparty%2Fgcc.git Daily bump. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5de78c4c5000..2dd835c31c34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,23 @@ +2022-08-02 Peter Bergner + + Backported from master: + 2022-07-25 Peter Bergner + Kewen Lin + + PR testsuite/106345 + * config/rs6000/rs6000.h (DRIVER_SELF_SPECS): Adjust -mdejagnu-cpu + to filter out all -mtune options. + +2022-08-02 Kewen Lin + + Backported from master: + 2022-07-26 Kewen Lin + + 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 Backported from master: diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index dd67218a4eed..53995aad097f 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220802 +20220803 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 47eb405ddcef..61ad810c12eb 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,12 @@ +2022-08-02 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + 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. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f862e4d01c46..aa35d4f7539a 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,20 @@ +2022-08-02 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + 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 + + Backported from master: + 2022-07-26 Kewen Lin + + PR target/106091 + * gcc.target/powerpc/pr106091.c: New test. + 2022-07-26 Harald Anlauf Backported from master: diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 9a17c78ad6b6..6c6dc95a731a 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,13 @@ +2022-08-02 Lewis Hyatt + + Backported from master: + 2022-07-10 Lewis Hyatt + + 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.