http://d.puremagic.com/issues/show_bug.cgi?id=4082
--- Comment #3 from Marco Leise <[email protected]> 2012-08-15 02:12:57 PDT --- It also happens when I add a switch statement and the goto is a 'goto case ...'. It seems the BEgoto flag has a viral effect. I'll try to fix it. int x; switch(x) { case 1: break; case 0: goto case 1; // disables nothrow check default: } -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
