gm2
[Top][All Lists]
Advanced

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

Compiler crash trigger with typo


From: Runar Tenfjord
Subject: Compiler crash trigger with typo
Date: Mon, 7 Nov 2022 10:21:11 +0100

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 

reply via email to

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