[Issue 12577] ice on compile time struct field access
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 15 03:26:09 PDT 2014
https://issues.dlang.org/show_bug.cgi?id=12577
Kenji Hara <k.hara.pg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice
Status|NEW |RESOLVED
Resolution|--- |FIXED
Severity|enhancement |normal
--- Comment #1 from Kenji Hara <k.hara.pg at gmail.com> ---
(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'.
--
More information about the Digitalmars-d-bugs
mailing list