https://issues.dlang.org/show_bug.cgi?id=15450
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice CC| |[email protected] Severity|normal |regression --- Comment #2 from [email protected] --- 2.069.2 gives "Error: cannot interpret <continue> at compile time", which is at least not an ICE. git head (6cd7173) gives "[email protected](1008): Assertion failure", making this a diagnostic regression. Further reduced test case: ---- static assert({ bigone: foreach (l; [0]) continue bigone; return true; }()); ---- --
