https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114457
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #62375|0 |1
is obsolete| |
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 62390
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=62390&action=edit
gcc16-pr114457-wip.patch
Updated patch which handles the forward/backward gotos as well as switch jumps
to case/default labels if they cross vacuous initializers for -std=c++26 or
-ftrivial-auto-var-init= and handles it for -Wimplicit-fallthrough as well.