[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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Gm2] comiler crash with x:=VAL(LONGREAL,MAX(REAL));,
Gaius Mulley <=