gm2
[Top][All Lists]
Advanced

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

Re: Inconsistent HIGH values with 'ARRAY OF CHAR'


From: Gaius Mulley
Subject: Re: Inconsistent HIGH values with 'ARRAY OF CHAR'
Date: Fri, 12 May 2023 00:27:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Rudolf Schubert <rudolf@muc.de> writes:

>         As an aside: while playing a bit with strings I could trigger
>         another ICE with this simple method:
>
>
>         MODULE port_test8b_gm2;
>
>         VAR
>           str_a:                        ARRAY[0..0] OF CHAR;
>
>         BEGIN                           (* MODULE port_test8b_gm2 *)
>           str_a:='ab';
>         END port_test8b_gm2.
>
>
>         First there is a
>
>         Warnung: string constant is too large to be assigned to the array
>
>         but then I also see an ICE which I find a bit exaggerated;-)

Hi Rudolf,

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

regards,
Gaius



reply via email to

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