[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Another bug report, procedure variable comparison to procedur
From: |
Dragiša Durić |
Subject: |
Re: [Gm2] Another bug report, procedure variable comparison to procedure value |
Date: |
Fri, 27 Aug 2010 16:49:02 +0200 |
Great,
Another internal error I am working on is hairy one - lots of .DEF files
so example is big, but I am cutting it down. Hopely, it will be done in
few days, or a week :)
On Fri, 2010-08-27 at 10:35 -0400, address@hidden wrote:
> Dragiša Durić <address@hidden> writes:
>
> > gm2 -I. -fiso -c TestCase3.mod
> > TestCase3.mod: In function ‘_M2_TestCase3_init’:
> > TestCase3.mod:9: error: invalid operands to binary !=
> > ==========================
> > MODULE TestCase3;
> >
> > PROCEDURE Quit;
> > BEGIN
> > END Quit;
> >
> > VAR
> > Job: PROC;
> > BEGIN
> > REPEAT
> > Job := Quit;
> > UNTIL Job = Quit;
> > END TestCase3.
>
> Hi Dragiša,
>
> thanks for the example test code - now fixed in the latest cvs,
>
> regards,
> Gaius
--
Dragiša Durić <address@hidden>