gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] comiler crash with x:=VAL(LONGREAL,MAX(REAL));


From: Gaius Mulley
Subject: Re: [Gm2] comiler crash with x:=VAL(LONGREAL,MAX(REAL));
Date: Wed, 01 Apr 2015 21:56:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Michael Riedl <address@hidden> writes:

> Gaius,
>
> sorry for sending another error report ...
>
> The following simple example
>
> MODULE MaxReal;
>
> VAR   x : LONGREAL;
>       y : REAL;
>
> BEGIN
>       y:=MAX(REAL);
>       x:=VAL(LONGREAL,y);
>
>       x:=VAL(LONGREAL,MAX(REAL));
>
> END MaxReal.
>

Hi Michael,

many thanks for the bug report - keep them coming!
Now fixed in the git and latest tarball,

regards,
Gaius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]