[Bug c++/115178] false positive computed goto jump warning

2025-01-07 Thread lfoldy at gmail dot com via Gcc-bugs
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.

[Bug c++/115178] false positive computed goto jump warning

2025-01-03 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115178 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/115178] false positive computed goto jump warning

2024-05-21 Thread foldy at rmki dot kfki.hu via Gcc-bugs
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.

[Bug c++/115178] false positive computed goto jump warning

2024-05-21 Thread pinskia at gcc dot gnu.org via Gcc-bugs
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