Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Jul 2022 00:16:27 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Fri, 1 Jul 2022 00:16:27 +0000 (00:16 +0000)
ChangeLog
gcc/ChangeLog
gcc/DATESTAMP
gcc/c-family/ChangeLog
gcc/cp/ChangeLog
gcc/fortran/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 83b9541..51be972 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cff9189..463a301 100644 (file)
@@ -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
index b03df3b..6b7f92b 100644 (file)
@@ -1 +1 @@
-20220630
+20220701
index 8a22e7e..829ed46 100644 (file)
@@ -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
index 5d68cc6..075cec4 100644 (file)
@@ -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,
index f349c85..7eac936 100644 (file)
@@ -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>
 
index f7aa13b..45b69bd 100644 (file)
@@ -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
index 83ac230..ad72e88 100644 (file)
@@ -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):