commit | 82271f13e7eab69b909d538556e4781e971f7584 | [log] [tgz] |
---|---|---|
author | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Oct 04 02:24:52 2006 +0000 |
committer | Jeremy Hylton <jeremy@alum.mit.edu> | Wed Oct 04 02:24:52 2006 +0000 |
tree | 1e6933364df5194411899d9b6535a525667d1948 | |
parent | 1e3c3b15df64a8ca083f63af7884ce60bf4e9c16 [diff] |
Fix for SF bug 1569998: break permitted inside try. The compiler was checking that there was something on the fblock stack, but not that there was a loop on the stack. Fixed that and added a test for the specific syntax error. Bug fix candidate.