https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106184
--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Immad Mir <m...@gcc.gnu.org>: https://gcc.gnu.org/g:3a6de2b2db500d76ac141a6ef85d336bd0f8430b commit r13-1540-g3a6de2b2db500d76ac141a6ef85d336bd0f8430b Author: Immad Mir <mirim...@outlook.com> Date: Wed Jul 6 21:37:14 2022 +0530 analyzer: reorder initialization of state m_invalid in sm-fd.cc [PR106184] This patch reorders the initialization of state m_invalid in sm-fd.cc so that the order of initializers is same as the ordering of the fields in the class decl. gcc/analyzer/ChangeLog: 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. Signed-off-by: Immad Mir <mirim...@outlook.com>