www.digitalmars.com         C & C++   DMDScript  

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

reply d-bugmail puremagic.com writes:
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 puremagic.com
        ReportedBy: andreas.kader funkwerk-itk.com



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: -------
Feb 05 2014
next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12079


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice, pull
           Platform|x86_64                      |All
         OS/Version|Linux                       |All



The regression is caused by fixing bug 9356:
https://github.com/D-Programming-Language/dmd/pull/2269

Compiler fix:
https://github.com/D-Programming-Language/dmd/pull/3222

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 06 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12079




Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/2127af51a88c4042252f58ff64bfd7f289c6ade4
fix Issue 12079 - Internal error: backend/cod4.c 358 for associative array
access

https://github.com/D-Programming-Language/dmd/commit/7834bb69e020bba5077ed449b094a0aa438a73e9


[REG2.065a] Issue 12079 - Internal error: backend/cod4.c 358 for associative
array access

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 06 2014
prev sibling next sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12079


Kenji Hara <k.hara.pg gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Feb 06 2014
prev sibling parent d-bugmail puremagic.com writes:
https://d.puremagic.com/issues/show_bug.cgi?id=12079




Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/49c7aa1c395d3ffba510698b8f89323401595e1f


[REG2.065a] Issue 12079 - Internal error: backend/cod4.c 358 for associative
array access

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