[Bug middle-end/26187] computed goto code does not produce jumps

2024-03-16 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26187 Andrew Pinski changed: What|Removed |Added CC||rakdver at gcc dot gnu.org --- Comment #

[Bug middle-end/26187] computed goto code does not produce jumps

2006-02-08 Thread bje at gcc dot gnu dot org
--- Comment #2 from bje at gcc dot gnu dot org 2006-02-09 00:38 --- Thanks; I guess I misunderstood the semantics of computed gotos. On closer inspection of the GCC manual, "You may not use this mechanism to jump to code in a different function. If you do that, totally unpredictab

[Bug middle-end/26187] computed goto code does not produce jumps

2006-02-08 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-02-09 00:32 --- computed goto's can only goto local labels or gotos in the contained functions. I don't see the bug here really. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26187