gm2
[Top][All Lists]
Advanced

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

Re: Compiler crash trigger with typo


From: Gaius Mulley
Subject: Re: Compiler crash trigger with typo
Date: Wed, 09 Nov 2022 16:41:35 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

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]