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: 

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


 Reported by Rainer Neubauer 

Back