[Issue 8913] Wrong code in IfStatement condition Expression

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Jan 31 04:08:21 PST 2013


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



--- Comment #3 from github-bugzilla at puremagic.com 2013-01-31 04:08:19 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/57f6bdcc3ec10dfc9f7081e7b781d4799e45317f
fix Issue 8913 - Wrong code in IfStatement condition Expression

Type cast from `e : T[n]` to `T*` should generate `&e[0]`, not `&e`.

https://github.com/D-Programming-Language/dmd/commit/62818b3863a14ccc828c1d3623db038170a8c129
Merge pull request #1382 from 9rnsr/fix8913

Issue 8913 - Wrong code in IfStatement condition Expression

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