From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 896BB3857815; Sat, 18 Jun 2022 00:16:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 896BB3857815 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="utf-8" From: GCC Administrator To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r13-1160] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 7f195a2270910a6ed08bd76e3a16b0a6503f9faf X-Git-Newrev: 5a66d7dd2bf4c99b743de65a5b0bcfab44c77305 Message-Id: <20220618001655.896BB3857815@sourceware.org> Date: Sat, 18 Jun 2022 00:16:55 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 18 Jun 2022 00:16:55 -0000 https://gcc.gnu.org/g:5a66d7dd2bf4c99b743de65a5b0bcfab44c77305 commit r13-1160-g5a66d7dd2bf4c99b743de65a5b0bcfab44c77305 Author: GCC Administrator Date: Sat Jun 18 00:16:19 2022 +0000 Daily bump. Diff: --- gcc/ChangeLog | 42 ++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/cp/ChangeLog | 6 ++++++ gcc/testsuite/ChangeLog | 25 +++++++++++++++++++++++++ libgomp/ChangeLog | 5 +++++ libstdc++-v3/ChangeLog | 5 +++++ 6 files changed, 84 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0154e462eea..ac77b6ac4e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,45 @@ +2022-06-17 Uroš Bizjak + + PR target/105209 + * config/alpha/alpha-protos.h (alpha_store_data_bypass_p): New. + * config/alpha/alpha.cc (alpha_store_data_bypass_p): New function. + (alpha_store_data_bypass_p_1): Ditto. + * config/alpha/ev4.md: Use alpha_store_data_bypass_p instead + of generic store_data_bypass_p. + (ev4_ist_c): Remove insn reservation. + +2022-06-17 Uroš Bizjak + + PR target/105970 + * config/i386/i386.cc (ix86_function_arg): Assert that + the mode of pointer argumet is equal to ptr_mode, not Pmode. + +2022-06-17 Uroš Bizjak + + PR target/105993 + * config/i386/sse.md (vpmov splitter): Use (match_dup ...) + instead of REGNO comparisons in combine splitter. + +2022-06-17 Segher Boessenkool + + * config/rs6000/rs6000.cc (rs6000_invalid_conversion): Correct some + types. + +2022-06-17 Kito Cheng + + * config/riscv/bitmanip.md: Supress warning. + +2022-06-17 Richard Earnshaw + + PR target/106004 + * config/arm/arm.cc (arm_print_operand, case 'V'): Use UINTVAL. + Clear bits in the mask above bit 31. + +2022-06-17 Richard Earnshaw + + * config/arm/mve.md (*mve_mov): Re-order constraints + to avoid spilling trivial literals to the constant pool. + 2022-06-16 David Malcolm * gimple-ssa-warn-access.cc (warn_string_no_nul): Add diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index 0ebec288c7f..00d863e8d83 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220617 +20220618 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 658525d6034..e7fb2224824 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,9 @@ +2022-06-17 Jakub Jelinek + + PR c++/106001 + * typeck.cc (build_x_shufflevector): Use fold_non_dependent_expr + instead of maybe_constant_value. + 2022-06-16 Nathan Sidwell * decl2.cc (finish_objects): Add startp parameter, adjust. diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5cdb3905d17..cd1e992b0d6 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,28 @@ +2022-06-17 Jakub Jelinek + + PR c++/106001 + * g++.dg/ext/builtin-shufflevector-4.C: New test. + +2022-06-17 Uroš Bizjak + + PR target/105209 + * gcc.target/alpha/pr105209.c: New test. + +2022-06-17 Uroš Bizjak + + PR target/105970 + * gcc.target/i386/pr105970.c: New test. + +2022-06-17 Uroš Bizjak + + PR target/105993 + * gcc.target/i386/pr105993.c: New test. + +2022-06-17 Richard Earnshaw + + * gcc.target/arm/acle/cde-mve-full-assembly.c: Adjust expected + output. + 2022-06-16 David Malcolm * gcc.dg/analyzer/stdarg-1.c diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 893d20d8cc8..dda401dca61 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2022-06-17 Martin Liska + + * libgomp.texi: Add table header for new features of + OpenMP 5.2. + 2022-06-15 Jakub Jelinek * testsuite/libgomp.c-c++-common/get-mapped-ptr-1.c (main): Initialize diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index c061aeb17b2..260a37213c4 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2022-06-17 Jonathan Wakely + + * testsuite/21_strings/basic_string/cons/char/105995.cc: Add + missing #include. + 2022-06-16 Jonathan Wakely PR libstdc++/105995