Project

General

Profile

Bug #191

Updated by J. Templ about 7 years ago

The compiler produces a NIL dereference (read) trap instead of an error message 
 for the following example: 

 <quote>MODULE <code>MODULE TestCompilerError; 
 VAR string: POINTER TO ARRAY OF CHAR; 
 BEGIN NEW(string, LEN 5 1); ...</quote> ...</code> 


 Reported by Rainer Neubauer 

Back