http://d.puremagic.com/issues/show_bug.cgi?id=7602

           Summary: [CTFE] Segmentation fault when using array.keys
           Product: D
           Version: D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: rob...@octarineparrot.com


--- Comment #0 from Robert Clipsham <rob...@octarineparrot.com> 2012-02-27 
20:20:08 GMT ---
The following code:
----
string[] test()
{
    int[string] array;
    return array.keys;
}

enum str = test();
----
Gives a segmentation fault with dmd 2.058 and dmd master.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to