https://issues.dlang.org/show_bug.cgi?id=12577
Kenji Hara <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice Status|NEW |RESOLVED Resolution|--- |FIXED Severity|enhancement |normal --- Comment #1 from Kenji Hara <[email protected]> --- (In reply to Ellery Newcomer from comment #0) > $ dmd error2.d > error2.d(2): Error: undefined identifier Opts > dmd: interpret.c:357: virtual void > Statement::ctfeCompile(CompiledCtfeFunction*): Assertion `0' failed. > Aborted (core dumped) ICE is properly fixed in git-head, by fixing issue 12174. And, ICE is always a compiler bug, so they should not be marked as 'enhancement'. --
