Commit e2ea8d4
committed
a68: fix error handling in top-down parser
Signed-off-by: Jose E. Marchesi <[email protected]>
gcc/algol68/ChangeLog
* a68-parser-top-down.cc (a68_top_down_parser): Stop parsing after
longjump.
gcc/testsuite/ChangeLog
* algol68/compile/error-loop-1.a68: New test.1 parent 2a3e308 commit e2ea8d4
File tree
2 files changed
+5
-4
lines changed- gcc
- algol68
- testsuite/algol68/compile
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
895 | 894 | | |
896 | | - | |
897 | | - | |
898 | | - | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
899 | 899 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments