Y
Hacker News
new
|
ask
|
show
|
jobs
by
nextaccountic
750 days ago
> GNU C supports a label as value for computed goto.
Why doesn't any modern C standard like C23 include this? Seems like a glaring omission.
1 comments
archermarks
749 days ago
Sometimes, the fact that one implementation includes it can make it actually more difficult to standardize, if there are some implementation details that are disagreeable (see GNU's nested functions)
link