[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gm2] Crash compiling array indexed by character range
From: |
Gaius Mulley |
Subject: |
[Gm2] Crash compiling array indexed by character range |
Date: |
06 Feb 2004 08:27:39 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Waldek Hebisch writes:
> The following program:
> MODULE tst6;
> VAR
> a : ARRAY ['a'..'c'] OF INTEGER;
> BEGIN
> a['b'] := 3
> END tst6.
> tst6.mod:1: internal compiler error: in layout_type, at
> stor-layout.c:1555
Hi Waldek,
I believe this is now fixed in the gm2 CVS,
Thanks for the bug report..
Gaius