Y
Hacker News
new
|
ask
|
show
|
jobs
by
whatshisface
1820 days ago
Can you jump to a computed GOTO in C? I guess you can if you cast to a function pointer...
2 comments
wk_end
1820 days ago
I’m no C language lawyer, but it’s hard to imagine that sort of voodoo won’t trigger some kind of undefined behaviour that’ll cause the optimizer to erase your program at best and summon nasal demons at worst.
link
floxy
1820 days ago
https://gcc.gnu.org/onlinedocs/gcc/Labels-as-Values.html
link
comex
1819 days ago
Yes, but it’s a GCC extension, not standard.
link