[Issue 4864] ICE(statement.c) Crash on invalid 'if statement' body inside mixin

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Sep 15 02:14:30 PDT 2010


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



--- Comment #1 from yebblies <yebblies at gmail.com> 2010-09-15 02:13:58 PDT ---
Additional test case:

void main()
{
    mixin("if (a b) ;");
}

Another case of a broken if statement.
The crash goes away if a body is added to the if statement.

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