http://d.puremagic.com/issues/show_bug.cgi?id=5246
Summary: PATCH(s): fix a couple more uninitialised variables
Product: D
Version: D2
Platform: Other
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from simon <[email protected]> 2010-11-20 09:04:28 PST
---
backend/cod4.c, func: code *cdport(elem *e,regm_t *pretregs)
use of port w/o initialisation, line 2977
triggered by runnable/bitops.d, test3
backend/cgelem.c, func: STATIC elem * optelem(elem *e,HINT goal)
use of leftgoal w/o initialisation, line 4325
set it to true as that is what it will be in practice,
but it looks like it should be false
triggered by runnable/arrayop.d, test4
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------