Created attachment 1903
Goto case CTFE compilation error
If the label in a `goto case` is written using CTFE then the compiler claims the label does not exist.
If the CTFE call to make the label is instead used to define an enum, and the enum used as the label, everything now works as expected.
Comment #1 by sturtivant — 2024-01-25T21:53:25Z
Created attachment 1904
Work around for goto case CTFE bug
Shows that goto case does work with the computed label.
Comment #2 by robert.schadek — 2024-12-13T19:32:49Z