Thread overview
[Issue 12577] ice on compile time struct field access
Apr 15, 2014
Kenji Hara
Apr 20, 2014
Ellery Newcomer
Apr 21, 2014
Kenji Hara
April 15, 2014
https://issues.dlang.org/show_bug.cgi?id=12577

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
           Severity|enhancement                 |normal

--- Comment #1 from Kenji Hara <k.hara.pg@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'.

--
April 20, 2014
https://issues.dlang.org/show_bug.cgi?id=12577

--- Comment #2 from Ellery Newcomer <ellery-newcomer@utulsa.edu> ---
uh huh. when did 'normal' stop being the default value for that field?

--
April 21, 2014
https://issues.dlang.org/show_bug.cgi?id=12577

--- Comment #3 from Kenji Hara <k.hara.pg@gmail.com> ---
(In reply to Ellery Newcomer from comment #2)
> uh huh. when did 'normal' stop being the default value for that field?

It's when bugzilla is moved to 'issues.dlang.org'.

--