https://d.puremagic.com/issues/show_bug.cgi?id=11925


Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice-on-invalid-code,
                   |                            |ice-on-valid-code
                 CC|                            |[email protected]
           Severity|normal                      |regression


--- Comment #1 from Iain Buclaw <[email protected]> 2014-01-14 15:04:06 PST ---
Another example:

void main()
{
  switch (1) {
    case 1:
      goto L1;
      break;

    default:
      break;
  }
  try {
    L1: { }
  }
  finally {
  }
}

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to