From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 32E043942664; Mon, 11 Jul 2022 00:17:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 32E043942664 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1597] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 0587cef3d7962a8b0f44779589ba2920dd3d71e5 X-Git-Newrev: b53ebbc5417d522b820c269aee0d080bb2b27212 Message-Id: <20220711001711.32E043942664@sourceware.org> Date: Mon, 11 Jul 2022 00:17:11 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jul 2022 00:17:11 -0000 https://gcc.gnu.org/g:b53ebbc5417d522b820c269aee0d080bb2b27212 commit r13-1597-gb53ebbc5417d522b820c269aee0d080bb2b27212 Author: GCC Administrator Date: Mon Jul 11 00:16:25 2022 +0000 Daily bump. Diff: --- gcc/ChangeLog | 44 ++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 28 ++++++++++++++++++++++++++++ libcpp/ChangeLog | 7 +++++++ libgomp/ChangeLog | 6 ++++++ 6 files changed, 92 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fa3578eeb7e..d66115fa014 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,47 @@ +2022-07-10 Aldy Hernandez + + * value-range.cc (irange::operator=): Call verify_range. + (irange::irange_set): Normalize kind after everything else has + been set. + (irange::irange_set_anti_range): Same. + (irange::set): Same. + (irange::verify_range): Disallow nonzero masks for VARYING. + (irange::irange_union): Call verify_range. + Handle nonzero masks better. + (irange::irange_intersect): Same. + (irange::set_nonzero_bits): Calculate mask if either range has an + explicit mask. + (irange::intersect_nonzero_bits): Same. + (irange::union_nonzero_bits): Same. + (range_tests_nonzero_bits): New. + (range_tests): Call range_tests_nonzero_bits. + * value-range.h (class irange): Remove set_nonzero_bits method + with trees. + (irange::varying_compatible_p): Set nonzero mask. + +2022-07-10 Xi Ruoyao + + * config/loongarch/loongarch.md (di3_fake): Describe + the sign-extend of result in the RTL template. + (3): Adjust for di3_fake change. + +2022-07-10 Xi Ruoyao + + * config/loongarch/loongarch.cc (loongarch_check_zero_div_p): + Remove static, for use in the machine description file. + * config/loongarch/loongarch-protos.h: + (loongarch_check_zero_div_p): Add prototype. + * config/loongarch/loongarch.md (enabled): New attr. + (*3): Add (=r,r,r) and (=&r,0,r) alternatives for + idiv. Conditionally enable the alternatives using + loongarch_check_zero_div_p. + (di3_fake): Likewise. + +2022-07-10 Xi Ruoyao + + * config/loongarch/loongarch.md (mulsidi3_64bit): Use mulw.d.w + instead of mul.d. + 2022-07-09 Aldy Hernandez * value-range.cc (irange::irange_single_pair_union): Set diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 6de1e01bae4..691f2ec33d6 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220710 +20220711 diff --git a/gcc/c/ChangeLog b/gcc/c/ChangeLog index 989f2939526..3aa672b0b79 100644 --- a/gcc/c/ChangeLog +++ b/gcc/c/ChangeLog @@ -1,3 +1,9 @@ +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-07-04 Tobias Burnus Chung-Lin Tang Thomas Schwinge diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 20309001309..d156840b9d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,31 @@ +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-10 Dimitar Dimitrov + + PR tree-optimization/106063 + * gcc.dg/pr106063.c: Require effective target int128. + +2022-07-10 Xi Ruoyao + + * gcc.target/loongarch/div-4.c: New test. + +2022-07-10 Xi Ruoyao + + * gcc.target/loongarch/div-1.c: New test. + * gcc.target/loongarch/div-2.c: New test. + * gcc.target/loongarch/div-3.c: New test. + +2022-07-10 Xi Ruoyao + + * gcc.target/loongarch/mulw_d_w.c: New test. + * gcc.c-torture/execute/mul-sext.c: New test. + 2022-07-09 Vit Kabele * c-c++-common/Wpadded.c: New test. diff --git a/libcpp/ChangeLog b/libcpp/ChangeLog index 6b883a08b02..1a211f32f77 100644 --- a/libcpp/ChangeLog +++ b/libcpp/ChangeLog @@ -1,3 +1,10 @@ +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-07-07 David Malcolm * include/line-map.h: Include . diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index d3b8380f2be..a64f0e05de8 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,9 @@ +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-08 Thomas Schwinge * testsuite/libgomp.c-c++-common/requires-1.c: Add 'dg-note's.