https://issues.dlang.org/show_bug.cgi?id=827

Nick Treleaven <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #4 from Nick Treleaven <[email protected]> ---
(In reply to Stewart Gordon from comment #0)
> ----------
>     block: {
>         for (int i = 0; i < 10; i++) {
>             if (i == 5) break block;
>         }

dmd 2.076.1 (dpaste) now gives:
/d220/f421.d(7): Error: label `block` has no break

--

Reply via email to