From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2168) id 574953858C39; Fri, 1 Jul 2022 00:17:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 574953858C39 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-1372] Daily bump. X-Act-Checkin: gcc X-Git-Author: GCC Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 762fd5e5547e464e25b4bee435db6df4eda0de90 X-Git-Newrev: 976196b3332d4f56248e7a1401e5e373501598e4 Message-Id: <20220701001708.574953858C39@sourceware.org> Date: Fri, 1 Jul 2022 00:17:08 +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: Fri, 01 Jul 2022 00:17:08 -0000 https://gcc.gnu.org/g:976196b3332d4f56248e7a1401e5e373501598e4 commit r13-1372-g976196b3332d4f56248e7a1401e5e373501598e4 Author: GCC Administrator Date: Fri Jul 1 00:16:27 2022 +0000 Daily bump. Diff: --- ChangeLog | 11 +++++++++ gcc/ChangeLog | 60 +++++++++++++++++++++++++++++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 5 +++++ gcc/cp/ChangeLog | 8 +++++++ gcc/fortran/ChangeLog | 10 +++++++++ gcc/testsuite/ChangeLog | 39 ++++++++++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 27 ++++++++++++++++++++++ 8 files changed, 161 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 83b95411a90..51be9728c35 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-06-30 Cui,Lili + + Revert: + 2022-06-30 Cui,Lili + + * MAINTAINERS (Write After Approval): Add myself. + +2022-06-30 Cui,Lili + + * MAINTAINERS (Write After Approval): Add myself. + 2022-06-28 Alexandre Oliva * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cff91891957..463a301d256 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,63 @@ +2022-06-30 Joseph Myers + + PR lto/106129 + * lto-wrapper.cc (find_option): Add argument start. + (merge_and_complain): Loop over existing_opt_index and + existing_opt2_index for Xassembler check. Update calls to + find_option. + (find_and_merge_options): Add argument first to determine whether + to merge options with those passed in *opts. + (run_gcc): Update calls to find_and_merge_options. + +2022-06-30 Aldy Hernandez + + * gimple-range-cache.cc (block_range_cache::block_range_cache): + Rename vrange_allocator to obstack_vrange_allocator. + (ssa_global_cache::ssa_global_cache): Same. + * gimple-range-edge.h (class gimple_outgoing_range): Same. + * gimple-range-infer.h (class infer_range_manager): Same. + * value-range.h (class vrange_allocator): Make abstract. + (class obstack_vrange_allocator): Inherit from vrange_allocator. + (class ggc_vrange_allocator): New. + +2022-06-30 Roger Sayle + Uroš Bizjak + + * config/i386/i386.md (swap_mode): Rename from *swap to + provide gen_swapsi. + (di3): Handle !TARGET_64BIT rotations by 32 bits + via new gen_32di2_doubleword below. + (32di2_doubleword): New define_insn_and_split + that splits after reload as either a pair of move instructions + or an xchgl (using gen_swapsi). + +2022-06-30 Richard Biener + + * domwalk.h (dom_walker::dom_walker): Update comment to + reflect reality and new special argument value for + bb_index_to_rpo. + * domwalk.cc (dom_walker::dom_walker): Recognize -1 + bb_index_to_rpo. + * tree-into-ssa.cc + (rewrite_update_dom_walker::rewrite_update_dom_walker): Tell + dom_walker to not use RPO. + +2022-06-30 Martin Liska + + * tree-ssa-dom.cc (pass_dominator::execute): Remove m_ranger as + it is unused. + +2022-06-30 Andrew MacLeod + + PR tree-optimization/106114 + * gimple-range-fold.cc (fold_using_range::relation_fold_and_or): Check + statement operands instead of GORI cache. + +2022-06-30 Antoni Boucher + + PR target/106095 + * config/i386/sse.md: Fix asm generation. + 2022-06-29 Sergei Trofimovich PR c++/106102 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b03df3b8b85..6b7f92b2f90 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220630 +20220701 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 8a22e7e9269..829ed46036f 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2022-06-30 Jonathan Wakely + + * known-headers.cc (get_stdlib_header_for_name): Add + names. + 2022-06-24 Jason Merrill PR c++/87729 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5d68cc63308..075cec4bac8 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +2022-06-30 Nathan Sidwell + + * module.cc (module_state::write_define): Drop located param. + (module_state::read_define): Likewise. + (module_state::prepare_macros): New, broken out of ... + (module_state::write_macros): ... here. Adjust. + (module_state::write_begin): Adjust. + 2022-06-29 Nathan Sidwell * module.cc (macro_info, macro_traits, macro_table, diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f349c858aca..7eac9361a0a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2022-06-30 Harald Anlauf + Steven G. Kargl + + PR fortran/103137 + PR fortran/103138 + PR fortran/103693 + PR fortran/105243 + * decl.cc (gfc_match_data_decl): Reject CLASS entity declaration + when it is given the PARAMETER attribute. + 2022-06-29 Harald Anlauf Steven G. Kargl diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f7aa13b5d17..45b69bd970c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,42 @@ +2022-06-30 Harald Anlauf + Steven G. Kargl + + PR fortran/103137 + PR fortran/103138 + PR fortran/103693 + PR fortran/105243 + * gfortran.dg/class_58.f90: Fix test. + * gfortran.dg/class_73.f90: New test. + +2022-06-30 Jonathan Wakely + + * g++.dg/spellcheck-stdlib.C: Check types and functions. + +2022-06-30 Nathan Sidwell + + * g++.dg/modules/inext-1.H: Check include-next happened. + +2022-06-30 Roger Sayle + Uroš Bizjak + + * gcc.target/i386/xchg-3.c: New test case. + +2022-06-30 Kito Cheng + + PR testsuite/102690 + * g++.dg/warn/Warray-bounds-16.C: XFAIL only on lp64 for the + warning. + +2022-06-30 Andrew MacLeod + + PR tree-optimization/106114 + * gcc.dg/pr106114.c: New. + +2022-06-30 Antoni Boucher + + PR target/106095 + * gcc.target/i386/pr106095.c: Add test using those AVX builtins. + 2022-06-29 Antoni Boucher PR jit/105812 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 83ac2306d7e..ad72e884032 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,30 @@ +2022-06-30 Jonathan Wakely + + * include/bits/utility.h: Fix comment typos. + +2022-06-30 Jonathan Wakely + + * src/c++17/fs_ops.cc (fs::temp_directory_path()): Include path + in exception. + (fs::temp_directory_path(error_code&)): Rearrange to more + closely match the structure of the first overload. + * src/filesystem/ops.cc (fs::temp_directory_path): Likewise. + * testsuite/27_io/filesystem/operations/temp_directory_path.cc: + Check that exception contains the path. + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Likewise. + +2022-06-30 Jonathan Wakely + + PR libstdc++/88881 + * src/filesystem/ops.cc (has_trailing_slash): New helper + function. + (fs::status): Strip trailing slashes. + (fs::symlink_status): Likewise. + * testsuite/experimental/filesystem/operations/temp_directory_path.cc: + Clean the environment before each test and use TMP instead of + TMPDIR so the test passes on Windows. + 2022-06-28 Jonathan Wakely * src/filesystem/dir-common.h (_Dir_base::_At_path):