[Issue 4277] delegate reference wrong scope var value

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jun 28 19:22:02 PDT 2010


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



--- Comment #4 from changlon <changlon at gmail.com> 2010-06-28 19:21:57 PDT ---
the ldc output:
----------------------------
out: `test3` = `b761bfe0`
out: `test2` = `b761bfe0`
out: `test1` = `b761bfe0`
in: `test3` = `b761cfe0`
in: `test2` = `b761cfc0`
in: `test1` = `b761cfb4`
----------------------------


the dmd2 output:
----------------------------
out: `test3` = `b7617fe0`
out: `test2` = `b7617fe0`
out: `test1` = `b7617fe0`
in: `test3` = `b7617fe0`
in: `test2` = `b7617fe0`
in: `test1` = `b7617fe0`
---------------------------


the dmd1 output:
----------------------------
out: `test3` = `a42fe0` 
out: `test2` = `a42fe0` 
out: `test1` = `a42fe0` 
in: `test3` = `414204` 
in: `test2` = `414204` 
in: `test1` = `12fe88`
---------------------------

there should be a error in dmd1-front and  dmd-backend.

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