[Issue 12079] New: Internal error: backend/cod4.c 358 for associative array access

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 5 01:34:24 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12079

           Summary: Internal error: backend/cod4.c 358 for associative
                    array access
           Product: D
           Version: D2
          Platform: x86_64
        OS/Version: Linux
            Status: NEW
          Severity: regression
          Priority: P2
         Component: DMD
        AssignedTo: nobody at puremagic.com
        ReportedBy: andreas.kader at funkwerk-itk.com


--- Comment #0 from Andy <andreas.kader at funkwerk-itk.com> 2014-02-05 01:34:22 PST ---
The following program does no longer compile with dmd 2.065 Beta 3 and option
-inline:

void main()
{
    string[string][string] foo;

    foo.get("bar", null).get("baz", null);
}

-----------------

Internal error: backend/cod4.c 358

-- 
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