Actions
Bug #191
closedfixing a compiler trap after syntax error
Start date:
11/09/2018
Due date:
% Done:
0%
Estimated time:
Forum topic:
Description
The compiler produces a NIL dereference (read) trap instead of an error message
for the following example:
MODULE TestCompilerError;
VAR string: POINTER TO ARRAY OF CHAR;
BEGIN NEW(string, LEN 5 1); ...
Reported by Rainer Neubauer
Updated by J. Templ about 7 years ago
- Forum topic set to https://forum.blackboxframework.org/viewtopic.php?f=40&t=731#p6948
Actions