[Issue 5238] PATCH: fix return of uninitialised var in interpret.c

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Nov 18 21:26:12 PST 2010


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



--- Comment #2 from Brad Roberts <braddr at puremagic.com> 2010-11-18 21:24:56 PST ---
changing 2109 below to just w[2] rather than w[$-2] (same array index) makes
that problem go away.  And with that change, the entire test passes, which is
great.  Just leaves one bug to find. :)

Oh, and the error is:
runnable/interpret.d(2110): Error: variable w used before set

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