https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26187
Andrew Pinski changed:
What|Removed |Added
CC||rakdver at gcc dot gnu.org
--- Comment #
--- 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
--- 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