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



--- Comment #3 from github-bugzi...@puremagic.com 2012-04-20 12:04:41 PDT ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/4d28102c7a20341db6239bd843f406d6a5a45725
fix Issue 7453 - Can't return value from within opApply

Inside main function, and after first semantic, ReturnStatement::exp is
filled with IntegerExp(0). Then in second semantic, implicit0 doesn't
become 1, and error occurs.

ReturnStatement object should keep implicit0 value for repeating
call of semantic().

https://github.com/D-Programming-Language/dmd/commit/03e8c2656d03c90cd2bda72abb8b6392556f1017
Merge pull request #892 from 9rnsr/fix7453

Issue 7453 - Can't return value from within opApply

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to