Thread overview
[Issue 12079] New: Internal error: backend/cod4.c 358 for associative array access
Feb 05, 2014
Andy
Feb 06, 2014
Kenji Hara
Feb 07, 2014
Kenji Hara
February 05, 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@puremagic.com
        ReportedBy: andreas.kader@funkwerk-itk.com


--- Comment #0 from Andy <andreas.kader@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: -------
February 06, 2014
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


--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2014-02-06 03:28:11 PST ---
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: -------
February 06, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12079



--- Comment #2 from github-bugzilla@puremagic.com 2014-02-06 10:39:31 PST ---
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 Merge pull request #3222 from 9rnsr/fix12079

[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: -------
February 07, 2014
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: -------
February 07, 2014
https://d.puremagic.com/issues/show_bug.cgi?id=12079



--- Comment #3 from github-bugzilla@puremagic.com 2014-02-06 19:34:11 PST ---
Commit pushed to 2.065 at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/49c7aa1c395d3ffba510698b8f89323401595e1f Merge pull request #3222 from 9rnsr/fix12079

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