[Issue 8568] New: compile time access of associative array keys results in segfault

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Aug 20 11:55:12 PDT 2012


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

           Summary: compile time access of associative array keys results
                    in segfault
           Product: D
           Version: D2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: ellery-newcomer at utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newcomer at utulsa.edu> 2012-08-20 11:55:10 PDT ---
dmd 2.060

code:

import std.typetuple;
enum E = ["a":"afd", "b": "fdb"];
pragma(msg, TypeTuple!(E.keys()));
void main(){}

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


More information about the Digitalmars-d-bugs mailing list