[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] constant overflow error with MAX(INTEGER8)
From: |
SiTex Graphics |
Subject: |
Re: [Gm2] constant overflow error with MAX(INTEGER8) |
Date: |
Mon, 5 Apr 2010 16:12:17 -0400 |
Hi Gaius,
That's a pretty obscure bug - thanks for the latest fix.
With that fix our application now compiles with GM2! Hooray! Thank
you so much for all your hard work to make that possible!
There are some runtime issues that I'm investigating, but getting the
application to build is a major milestone.
Regards,
Scott
On Thu, Mar 25, 2010 at 10:43 AM, Gaius Mulley <address@hidden> wrote:
> yes the bug has just now been fixed - the bug occurred if a set type
> parameter was being passed as a parameter in nested function.
>
> PROCEDURE foo (a: somesettype) ;
> PROCEDURE bar ;
> BEGIN
> func(a)
> END bar
> BEGIN
>
> END foo;
>
>
> I've just checked in the changes and all regressions pass,
>
> regards,
> Gaius
>
- Re: [Gm2] constant overflow error with MAX(INTEGER8),
SiTex Graphics <=