[Issue 852] ICE(toir.c) using local class in non-static nested function in nested static function

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed May 27 04:40:49 PDT 2009


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


Tomas Lindquist Olsen <tomas at famolsen.dk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tomas at famolsen.dk




--- Comment #4 from Tomas Lindquist Olsen <tomas at famolsen.dk>  2009-05-27 04:40:48 PDT ---
It's because the local class is not marked static, and thus needs a reference
to bar's stack frame, which is unreachable from pug.

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