gm2
[Top][All Lists]
Advanced

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

Re: Compiler crash trigger with typo


From: Runar Tenfjord
Subject: Re: Compiler crash trigger with typo
Date: Fri, 11 Nov 2022 10:01:20 +0100

Hello Gaius,

That is excellent.
I will update my build accordingly.

Best regards
Runar Tenfjord

On Wed, Nov 9, 2022 at 5:41 PM Gaius Mulley <gaiusmod2@gmail.com> wrote:
Runar Tenfjord <runar.tenfjord@gmail.com> writes:

> Hello,
>
> The following program creates a crash in the compiler for me:
>
>  MODULE test;
>  VAR
>      i, high : CARDINAL;
>  BEGIN
>      high := 10;
>      WHILE i < HIGH DO
>          INC(i);
>      END;
>  END test.
>
> This is simplified from a larger program and was
> due to a simple autocomplete mishap.
>
> This should instead create a syntax error.
>
> Best regards
> Runar Tenfjord

Hi Runar,

now fixed in the git repro - many thanks for the report,

regards,
Gaius

reply via email to

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