[Issue 10858] CTFE wrong code for comparison of array of pointers

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Sep 13 10:46:09 PDT 2013


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



--- Comment #3 from github-bugzilla at puremagic.com 2013-09-13 10:46:08 PDT ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/9544863a6491feeaa9c6c0ee8094b0c49ba385f7
Fix issue 10858 CTFE wrong array of pointers

Pointer comparison should be based on rvalues, not lvalues.
That bug was also hiding two latent wrong-code bugs.

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