[Issue 7890] [CTFE] - segfault for struct literal with AA field

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Dec 4 16:21:38 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=7890



--- Comment #2 from github-bugzilla at puremagic.com 2012-12-04 16:21:32 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/cb832187045782c786148db9a0bc19ace073a291
Fix issue 7890 [CTFE] - segfault for struct literal with AA field

The type of the AA was set incorrectly. When expression is x[n]=y, type of the
AA
is x, not x[n].

https://github.com/D-Programming-Language/dmd/commit/094ea6ebfabc3c2d7dd1bda39b04e2a3f2309140
Merge pull request #1348 from donc/segfault7890ctfeAAinStruct

Fix issue 7890 [CTFE] - segfault for struct literal with AA field

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


More information about the Digitalmars-d-bugs mailing list