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

ag0ae...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0ae...@gmail.com
           Severity|normal                      |regression

--- Comment #2 from ag0ae...@gmail.com ---
2.069.2 gives "Error: cannot interpret <continue> at compile time", which is at
least not an ICE.

git head (6cd7173) gives "core.exception.AssertError@dinterpret.d(1008):
Assertion failure", making this a diagnostic regression.

Further reduced test case:
----
static assert({
    bigone: foreach (l; [0]) continue bigone;
    return true;
}());
----

--

Reply via email to