[Bug c/105401] Improved diagnostics for code from "Labels as Values" documentation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105401 --- Comment #2 from Eric Gallager --- putting the words "computed gotos" here for easier searchability
[Bug c/105401] Improved diagnostics for code from "Labels as Values" documentation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105401 --- Comment #1 from Eric Gallager --- Actually never mind about point 3: I do actually get warnings from -Winline when I turn on optimizations: $ /usr/local/bin/gcc -c -Wall -Wextra -Wc++-compat -Winline -O2 labels_as_values.c labels_as_values.