https://d.puremagic.com/issues/show_bug.cgi?id=11535
Summary: Strange ICE
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Temtaime <[email protected]> 2013-11-17 03:57:56 PST ---
import std.digest.md;
string md5(string s) {
return s.md5Of.toHexString;
}
struct C {
string random_state = md5(`TEST`);
}
ctfeexpr.c:1833: void recursiveBlockAssign(ArrayLiteralExp*, Expression*,
bool): Assertion `ae->type->ty == Tsarray || ae->type->ty == Tarray' failed.
--
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------