aboutsummaryrefslogtreecommitdiff
path: root/gcc/analyzer
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-07-07 00:16:46 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-07-07 00:16:46 +0000
commit4bc92c3bfab065f5984a020aa490bd0dc74157ec (patch)
tree8c303b6eaa0917aa6b7711b691749a405c5128e7 /gcc/analyzer
parent3f05e03d6cfdf723ca0556318b6a9aa37be438e7 (diff)
downloadgcc-4bc92c3bfab065f5984a020aa490bd0dc74157ec.zip
gcc-4bc92c3bfab065f5984a020aa490bd0dc74157ec.tar.gz
gcc-4bc92c3bfab065f5984a020aa490bd0dc74157ec.tar.bz2
Daily bump.
Diffstat (limited to 'gcc/analyzer')
-rw-r--r--gcc/analyzer/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog
index fa732ab..0391870 100644
--- a/gcc/analyzer/ChangeLog
+++ b/gcc/analyzer/ChangeLog
@@ -1,3 +1,25 @@
+2022-07-06 Immad Mir <mirimmad@outlook.com>
+
+ PR analyzer/106184
+ * sm-fd.cc (fd_state_machine): Change ordering of initialization
+ of state m_invalid so that the order of initializers is same as
+ the ordering of the fields in the class decl.
+
+2022-07-06 Immad Mir <mirimmad@outlook.com>
+
+ * sm-fd.cc (use_after_close): save the "close" event and
+ show it where possible.
+
+2022-07-06 David Malcolm <dmalcolm@redhat.com>
+
+ PR analyzer/106204
+ * region-model.cc (within_short_circuited_stmt_p): Move extraction
+ of assign_stmt to caller.
+ (due_to_ifn_deferred_init_p): New.
+ (region_model::check_for_poison): Move extraction of assign_stmt
+ from within_short_circuited_stmt_p to here. Share logic with
+ call to due_to_ifn_deferred_init_p.
+
2022-07-02 Tim Lange <mail@tim-lange.me>
PR analyzer/105900