[Issue 8913] Wrong code in IfStatement condition Expression

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 30 08:17:23 PDT 2012


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



--- Comment #1 from Iain Buclaw <ibuclaw at ubuntu.com> 2012-10-30 08:17:21 PDT ---
This conversion occurs in PtrExp::optimize.

*&c.b  ->  c.b



For static array types, would there be a problem doing this instead?

*&c.b  ->  c.b[0]

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