On Sun, 17 Feb 2013 11:10:58 -0500, deadalnix <deadal...@gmail.com> wrote:

I have several instance of cases like this :

switch(c) {
        case 'U', 'u' :
        case 'L', 'l' :
                // code . . .
}

dmd from master complains about it (Error: switch case fallthrough - use 'goto case;' if intended). It used to work.

Note that in that case, the fix is trivial, but I don't really see the point in changing such behavior.

looks like a bug.

-Steve

Reply via email to