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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Sep 9 23:46:41 PDT 2013


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



--- Comment #2 from github-bugzilla at puremagic.com 2013-09-09 23:46:40 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

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

Pointer comparison should be based on rvalues, not lvalues.
That bug was also hiding three 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