https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115178
--- Comment #4 from lfoldy at gmail dot com ---
Thanks. Unfortunately, it's a threading interpreter and the labels can not be
made local.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115178
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115178
--- Comment #2 from foldy at rmki dot kfki.hu ---
OK, thanks.
I have millions of this warning in a huge generated file. How can I silence
this check? -Wno-jump-misses-init works for C only.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115178
--- Comment #1 from Andrew Pinski ---
So for this warning GCC does not keep track of what the possible values can be
done for the computed gotos. GCC thinks all labels which have their address can
be taken are targets for a computed goto as a si