]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Aug 2022 00:16:27 +0000 (00:16 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Sat, 6 Aug 2022 00:16:27 +0000 (00:16 +0000)
gcc/ChangeLog
gcc/DATESTAMP
gcc/analyzer/ChangeLog
gcc/testsuite/ChangeLog
libstdc++-v3/ChangeLog

index 73f427775415717f425c400471f78e7a04969170..f12ef971c7d8e7583bb1b015dc3b659a4c995b46 100644 (file)
@@ -1,3 +1,46 @@
+2022-08-05  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/105947
+       * doc/invoke.texi: Add -Wanalyzer-jump-through-null.
+
+2022-08-05  Roger Sayle  <roger@nextmovesoftware.com>
+
+       * expmed.cc (emit_store_flag_1): Move code to expand double word
+       equality and inequality against zero or -1, using word operations,
+       to after trying to use the backend's cstore<mode>4 optab/expander.
+
+2022-08-05  Tamar Christina  <tamar.christina@arm.com>
+
+       PR middle-end/106534
+       * tree-ssa-phiopt.cc (tree_ssa_phiopt_worker): Guard the
+       value_replacement and store_elim from diamonds.
+
+2022-08-05  Richard Biener  <rguenther@suse.de>
+
+       * tree-ssa-threadbackward.cc (back_threader::maybe_register_path):
+       Check whether the registry register_path rejected the path.
+       (back_threader_registry::register_path): Return whether
+       register_jump_thread succeeded.
+
+2022-08-05  Aldy Hernandez  <aldyh@redhat.com>
+
+       PR tree-optimization/106514
+       * value-range.cc (unsupported_range::unsupported_range): Move...
+       * value-range.h (unsupported_range::unsupported_range): ...here.
+       (unsupported_range::set_undefined): New.
+
+2022-08-05  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/106533
+       * tree-loop-distribution.cc (loop_distribution::execute): Continue
+       analyzing the inner loops when find_seed_stmts_for_distribution
+       fails.
+
+2022-08-05  Andrew Pinski  <apinski@marvell.com>
+
+       * config/riscv/predicates.md (splittable_const_int_operand):
+       Remove the check for TARGET_64BIT for single bit const values.
+
 2022-08-04  Andrew MacLeod  <amacleod@redhat.com>
 
        PR tree-optimization/106514
index 9f7125e822a746ba016af6c94e78e8c27a4fb65c..6f474c62c62b0f43e0c28442992033e8ee14b88b 100644 (file)
@@ -1 +1 @@
-20220805
+20220806
index 5a47d452a8c11b190eb326bcdf3ed85891a27cc4..0b93219e5c3095a9ba37999701d83215dfb105f9 100644 (file)
@@ -1,3 +1,11 @@
+2022-08-05  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/105947
+       * analyzer.opt (Wanalyzer-jump-through-null): New option.
+       * engine.cc (class jump_through_null): New.
+       (exploded_graph::process_node): Complain about jumps through NULL
+       function pointers.
+
 2022-08-02  Immad Mir  <mirimmad@outlook.com>
 
        PR analyzer/106298
index 98434c0fbe5fc75af4ceeffd56aba4c12d635970..6ee657dc1a7f4e0622412015febf26c3c76e3d5c 100644 (file)
@@ -1,3 +1,18 @@
+2022-08-05  David Malcolm  <dmalcolm@redhat.com>
+
+       PR analyzer/105947
+       * gcc.dg/analyzer/function-ptr-5.c: New test.
+
+2022-08-05  Richard Biener  <rguenther@suse.de>
+
+       PR tree-optimization/106533
+       * gcc.dg/tree-ssa/ldist-39.c: New testcase.
+
+2022-08-05  Haochen Gui  <guihaoc@gcc.gnu.org>
+
+       * lib/target-supports.exp (check_p9modulo_hw_available): Correct return
+       value.
+
 2022-08-04  Tamar Christina  <tamar.christina@arm.com>
 
        * gcc.dg/subnot.c: New test.
index 34495f5c0bc409d4c08e2cf16e72aca04536ad4c..35af704d57fc8a2532b046f901621c171a3e83c7 100644 (file)
@@ -1,3 +1,17 @@
+2022-08-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/experimental/scope (__cpp_lib_experimental_scope):
+       Define.
+       * testsuite/experimental/scopeguard/uniqueres.cc: Check macro.
+
+2022-08-05  Jonathan Wakely  <jwakely@redhat.com>
+
+       * include/Makefile.am: Add new header.
+       * include/Makefile.in: Regenerate.
+       * include/experimental/scope: New file.
+       * testsuite/experimental/scopeguard/uniqueres.cc: New test.
+       * testsuite/experimental/scopeguard/exit.cc: New test.
+
 2022-08-04  Jonathan Wakely  <jwakely@redhat.com>
 
        * include/std/string_view (basic_string_view(Range&&)): Add