Bug 12079 – Internal error: backend/cod4.c 358 for associative array access

Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P2
Component
dmd
Product
D
Version
D2
Platform
All
OS
All
Creation time
2014-02-05T01:34:00Z
Last change time
2014-02-06T19:34:11Z
Keywords
ice, pull
Assigned to
nobody
Creator
andreas.kader

Comments

Comment #0 by andreas.kader — 2014-02-05T01:34:22Z
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
Comment #1 by k.hara.pg — 2014-02-06T03:28:11Z
Comment #2 by github-bugzilla — 2014-02-06T10:39:31Z
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
Comment #3 by github-bugzilla — 2014-02-06T19:34:11Z
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