On Tue, 2022-07-05 at 23:08 +0530, Mir Immad wrote: > From 3de908fa0c3e515b49df24460f85924211802d6c Mon Sep 17 00:00:00 > 2001 > From: Immad Mir <mirimma...@gmail.com> > Date: Tue, 5 Jul 2022 21:21:13 +0530 > Subject: [PATCH 2/2] analyzer: reorder initialization of state > m_invalid in > sm-fd.cc [PR106184] > > This patch reorders the initization of state m_invalid in sm-fd.cc > to conform with standard practice in C++. > > gcc/analyzer/ChangeLog: > PR analyzer/106184 > * sm-fd.cc (fd_state_machine): Change ordering of intilization > of state m_invalid.
Nit: "intilization" -> "intialization". OK for trunk Thanks Dave