gm2
[Top][All Lists]
Advanced

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

[Gm2] fixed: procedure type and unbounded arrays


From: Gaius Mulley
Subject: [Gm2] fixed: procedure type and unbounded arrays
Date: 28 Jun 2008 22:55:25 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi Jim,

I've just fixed the bug which you reported a while ago which
occurred with the following declaration:

  TYPE
     proc = PROCEDURE (VAR ARRAY OF REAL) ;

  VAR
     p: proc ;
     a: ARRAY [1..10] OF REAL ;
  BEGIN
     p := foo ;
     p(a)
  END

I'll now rebuild the gm2 tarball from the latest CVS.  Many thanks
for the bug report and test code, very useful!

regards,
Gaius




reply via email to

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