[Issue 5498] wrong common type deduction for array of classes

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sun Mar 9 21:44:50 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=5498



--- Comment #7 from github-bugzilla at puremagic.com 2014-03-09 21:44:26 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ee35bf152debf2e76885581476b6bab7b3e13b1b
Issue 5498 - array of elements of subtypes of a common supertype

arrayExpressionsToCommonType incorrectly uses condexp.e2->type rather than
condexp.type to determine the common type of the array.

https://github.com/D-Programming-Language/dmd/commit/1ede8e2be68667c823b144b14257621fe14f511a
Merge pull request #684 from yebblies/issue5498

Issue 5498 - array of elements of subtypes of a common supertype

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


More information about the Digitalmars-d-bugs mailing list