D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 11404 - ICE on using TypeTuple for AA values
Summary: ICE on using TypeTuple for AA values
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: All All
: P2 normal
Assignee: No Owner
URL:
Keywords: ice, pull
: 11887 (view as issue list)
Depends on:
Blocks:
 
Reported: 2013-10-31 13:03 UTC by Agustin
Modified: 2014-01-09 17:13 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Agustin 2013-10-31 13:03:51 UTC
Using TypeTuple as value in an associative array won't work.

Example:
   TypeTuple!(int, int)[string] my_map;
Comment 1 Kenji Hara 2013-11-02 06:10:51 UTC
ICE on using TypeTuple for AA values
Comment 3 github-bugzilla 2013-11-03 07:15:29 UTC
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/a22e95e0e8f666001f8a67a61f231f94fca71217
fix Issue 11404 - ICE on using TypeTuple for AA values

https://github.com/D-Programming-Language/dmd/commit/4047a61792e5226bea796ce36db26af0aa919494
Merge pull request #2707 from 9rnsr/fix11404

Issue 11404 - ICE on using TypeTuple for AA values
Comment 4 Kenji Hara 2014-01-09 17:13:42 UTC
*** Issue 11887 has been marked as a duplicate of this issue. ***