diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-01 00:16:27 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-07-01 00:16:27 +0000 |
commit | 976196b3332d4f56248e7a1401e5e373501598e4 (patch) | |
tree | 77f3bc5d240ac7c0ac05db94dbc26fe344885954 | |
parent | 762fd5e5547e464e25b4bee435db6df4eda0de90 (diff) | |
download | gcc-976196b3332d4f56248e7a1401e5e373501598e4.zip gcc-976196b3332d4f56248e7a1401e5e373501598e4.tar.gz gcc-976196b3332d4f56248e7a1401e5e373501598e4.tar.bz2 |
Daily bump.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | gcc/ChangeLog | 60 | ||||
-rw-r--r-- | gcc/DATESTAMP | 2 | ||||
-rw-r--r-- | gcc/c-family/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/cp/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/fortran/ChangeLog | 10 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 39 | ||||
-rw-r--r-- | libstdc++-v3/ChangeLog | 27 |
8 files changed, 161 insertions, 1 deletions
@@ -1,3 +1,14 @@ +2022-06-30 Cui,Lili <lili.cui@intel.com> + + Revert: + 2022-06-30 Cui,Lili <lili.cui@intel.com> + + * MAINTAINERS (Write After Approval): Add myself. + +2022-06-30 Cui,Lili <lili.cui@intel.com> + + * MAINTAINERS (Write After Approval): Add myself. + 2022-06-28 Alexandre Oliva <oliva@adacore.com> * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET. diff --git a/gcc/ChangeLog b/gcc/ChangeLog index cff9189..463a301 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,63 @@ +2022-06-30 Joseph Myers <joseph@codesourcery.com> + + 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 <aldyh@redhat.com> + + * 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 <roger@nextmovesoftware.com> + Uroš Bizjak <ubizjak@gmail.com> + + * config/i386/i386.md (swap_mode): Rename from *swap<mode> to + provide gen_swapsi. + (<any_rotate>di3): Handle !TARGET_64BIT rotations by 32 bits + via new gen_<insn>32di2_doubleword below. + (<anyrotate>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 <rguenther@suse.de> + + * 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 <mliska@suse.cz> + + * tree-ssa-dom.cc (pass_dominator::execute): Remove m_ranger as + it is unused. + +2022-06-30 Andrew MacLeod <amacleod@redhat.com> + + 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 <bouanto@zoho.com> + + PR target/106095 + * config/i386/sse.md: Fix asm generation. + 2022-06-29 Sergei Trofimovich <siarheit@google.com> PR c++/106102 diff --git a/gcc/DATESTAMP b/gcc/DATESTAMP index b03df3b..6b7f92b 100644 --- a/gcc/DATESTAMP +++ b/gcc/DATESTAMP @@ -1 +1 @@ -20220630 +20220701 diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 8a22e7e..829ed46 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -1,3 +1,8 @@ +2022-06-30 Jonathan Wakely <jwakely@redhat.com> + + * known-headers.cc (get_stdlib_header_for_name): Add <time.h> + names. + 2022-06-24 Jason Merrill <jason@redhat.com> PR c++/87729 diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 5d68cc6..075cec4 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,11 @@ +2022-06-30 Nathan Sidwell <nathan@acm.org> + + * 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 <nathan@acm.org> * module.cc (macro_info, macro_traits, macro_table, diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index f349c85..7eac936 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,13 @@ +2022-06-30 Harald Anlauf <anlauf@gmx.de> + Steven G. Kargl <kargl@gcc.gnu.org> + + 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 <anlauf@gmx.de> Steven G. Kargl <kargl@gcc.gnu.org> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index f7aa13b..45b69bd 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,42 @@ +2022-06-30 Harald Anlauf <anlauf@gmx.de> + Steven G. Kargl <kargl@gcc.gnu.org> + + 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 <jwakely@redhat.com> + + * g++.dg/spellcheck-stdlib.C: Check <ctime> types and functions. + +2022-06-30 Nathan Sidwell <nathan@acm.org> + + * g++.dg/modules/inext-1.H: Check include-next happened. + +2022-06-30 Roger Sayle <roger@nextmovesoftware.com> + Uroš Bizjak <ubizjak@gmail.com> + + * gcc.target/i386/xchg-3.c: New test case. + +2022-06-30 Kito Cheng <kito.cheng@sifive.com> + + PR testsuite/102690 + * g++.dg/warn/Warray-bounds-16.C: XFAIL only on lp64 for the + warning. + +2022-06-30 Andrew MacLeod <amacleod@redhat.com> + + PR tree-optimization/106114 + * gcc.dg/pr106114.c: New. + +2022-06-30 Antoni Boucher <bouanto@zoho.com> + + PR target/106095 + * gcc.target/i386/pr106095.c: Add test using those AVX builtins. + 2022-06-29 Antoni Boucher <bouanto@zoho.com> PR jit/105812 diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 83ac230..ad72e88 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,30 @@ +2022-06-30 Jonathan Wakely <jwakely@redhat.com> + + * include/bits/utility.h: Fix comment typos. + +2022-06-30 Jonathan Wakely <jwakely@redhat.com> + + * 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 <jwakely@redhat.com> + + 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 <jwakely@redhat.com> * src/filesystem/dir-common.h (_Dir_base::_At_path): |