[Issue 24] GDC backend uses invalid type when using deferencing toPtr on a static array inside of a struct.

gdc-bugzilla at gdcproject.org gdc-bugzilla at gdcproject.org
Tue Oct 30 06:27:56 PDT 2012


http://gdcproject.org/bugzilla/show_bug.cgi?id=24

--- Comment #1 from Iain Buclaw <ibuclaw at gdcproject.org> 2012-10-30 13:27:56 UTC ---
This is a bug in the frontend.  It should not be generating code like this:

====
if (c.b)
{
 ....
}


Where the condition is a non-scalar type.

-- 
Configure issuemail: http://gdcproject.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all issue changes.


More information about the D.gnu mailing list