[Issue 11535] New: Strange ICE

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Nov 17 03:57:57 PST 2013


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: nobody at puremagic.com
        ReportedBy: temtaime at gmail.com


--- Comment #0 from Temtaime <temtaime at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list