Compiler crash

Bengt Kleberg eleberg@REDACTED
Mon Mar 17 10:01:29 CET 2003


> From: Chandrashekhar Mullaparthi <Chandrashekhar.Mullaparthi@REDACTED>
> To: "'erlang-questions@REDACTED'" <erlang-questions@REDACTED>
> Subject: Compiler crash
> Date: Sat, 15 Mar 2003 23:08:20 -0000
> MIME-Version: 1.0
> 
> Got a compiler crash compiling this syntactically wrong code. Using R9B.
> 
> -module(test).
> -author('cmullapa@REDACTED').
> 
> -compile(export_all).
> 
> test() ->
>     .io.format("abcd~n", []).  % This should really be .io:format

this is a known bug. unfortunatly i can not remember what answer i got
(about when it would be fixed) when i reported it.


bengt




More information about the erlang-questions mailing list