digitalmars.D.bugs - [Issue 1413] New: not every body is guarded by if statement in DMDFE
- d-bugmail puremagic.com (18/18) Aug 11 2007 http://d.puremagic.com/issues/show_bug.cgi?id=1413
- d-bugmail puremagic.com (13/13) May 26 2010 http://d.puremagic.com/issues/show_bug.cgi?id=1413
- d-bugmail puremagic.com (11/11) Aug 13 2010 http://d.puremagic.com/issues/show_bug.cgi?id=1413
http://d.puremagic.com/issues/show_bug.cgi?id=1413 Summary: not every body is guarded by if statement in DMDFE Product: D Version: 1.020 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: davidl 126.com statement.c:2935 body = body->semantic(sc); should be if(body) body = body->semantic(sc); --
Aug 11 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1413 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch CC| |clugdbug yahoo.com.au --- Comment #1 from Don <clugdbug yahoo.com.au> 2010-05-26 13:21:06 PDT --- The code is in WithStatement::semantic(). Bug 4238 deals with the same piece of code; I've included this in the patch for it. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 26 2010
http://d.puremagic.com/issues/show_bug.cgi?id=1413 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Don <clugdbug yahoo.com.au> 2010-08-13 22:45:06 PDT --- There's no actual bug in this report. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Aug 13 2010