← Back to context

Comment by pklausler

14 days ago

Did you mean "assigned GOTO", not computed GOTO? Because that's just a switch list.

https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html

'computed goto' is used in gcc to mean the same as assigned goto in Fortran. The Fortran variation appears to have more restrictions than the gnuc one.