https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120078
--- Comment #5 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Martin Uecker <uec...@gcc.gnu.org>: https://gcc.gnu.org/g:ba463f51469529ce4a9500a0c03fa1763a14817c commit r16-1089-gba463f51469529ce4a9500a0c03fa1763a14817c Author: Martin Uecker <uec...@tugraz.at> Date: Mon Jun 2 13:57:03 2025 +0200 c: Enable -Wjump-misses-init for -Wc++-compat [PR120078] Fix a typo that prevented the warning from being activated with -Wc++compat. PR c/120078 gcc/c-family/ChangeLog: * c.opt (Wjump-misses-init): Fix typo. gcc/testsuite/ChangeLog: * gcc.dg/Wjump-misses-init-3.c: New test.