[Issue 1041] regression: incorrect code generation for scope(exit) inside switch

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Mar 10 14:32:20 PST 2007


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


dvdfrdmn at users.sf.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dvdfrdmn at users.sf.net




------- Comment #1 from dvdfrdmn at users.sf.net  2007-03-10 16:32 -------
According to the D spec, the body of a SwitchStatement is ScopeStatement. 
Therefore, should not 'i'  be decremented after the switch?


-- 



More information about the D.gnu mailing list