https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107121
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The releases/gcc-12 branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:7d5e6cd2d3f00d463705a5046b2920680a0ab7a9 commit r12-8886-g7d5e6cd2d3f00d463705a5046b2920680a0ab7a9 Author: Jakub Jelinek <ja...@redhat.com> Date: Sun Oct 2 16:42:32 2022 +0200 tree-cfg: Fix a verification diagnostic typo [PR107121] Obvious typo in diagnostics. 2022-10-02 Jakub Jelinek <ja...@redhat.com> PR tree-optimization/107121 * tree-cfg.cc (verify_gimple_call): Fix a typo in diagnostics, DEFFERED_INIT -> DEFERRED_INIT. (cherry picked from commit d01bd0b0f3b8f4c33c437ff10f0b949200627f56)