From 4bc92c3bfab065f5984a020aa490bd0dc74157ec Mon Sep 17 00:00:00 2001 From: GCC Administrator Date: Thu, 7 Jul 2022 00:16:46 +0000 Subject: Daily bump. --- gcc/analyzer/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'gcc/analyzer') 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 + + 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 + + * sm-fd.cc (use_after_close): save the "close" event and + show it where possible. + +2022-07-06 David Malcolm + + 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 PR analyzer/105900 -- cgit v1.1