https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107121
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:d01bd0b0f3b8f4c33c437ff10f0b949200627f56 commit r13-3020-gd01bd0b0f3b8f4c33c437ff10f0b949200627f56 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.