[Issue 12011] New: "Internal Compiler Error: Null field" on CTFE method call on .init
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 27 03:52:42 PST 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12011
Summary: "Internal Compiler Error: Null field" on CTFE method
call on .init
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: CTFE, ice
Severity: normal
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: thecybershadow at gmail.com
--- Comment #0 from Vladimir Panteleev <thecybershadow at gmail.com> 2014-01-27 13:52:40 EET ---
struct S
{
int f() { return i; }
enum e = this.init.f();
int i, j;
}
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list