http://d.puremagic.com/issues/show_bug.cgi?id=1041
--- Comment #6 from Michael P <baseball....@gmail.com> 2010-08-11 20:46:40 PDT --- Very closely related bug with case statements. Changing the line "default:" to "case 3:" produces the error "case cannot be in different try block level from switch" in dmd, but again no error in gdc. The code for handling this is in CaseStatement::toIR in dmd, but there is nothing to check for that in gdc. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------