[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] ISO SYSTEM clarification
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] ISO SYSTEM clarification |
Date: |
05 May 2003 23:43:21 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Izo <address@hidden> writes:
> Am I doing something wrong ?
>
>
> MODULE XXX;
> IMPORT SYSTEM;
> TYPE
> X = SYSTEM.BITSET;
> BEGIN
> END XXX.
>
> ># gm2 -c -g -g3 -I. XXX.mod
> internal error: circular type dependancy on symbol X
> (89)../../../gm2-20021105+gcc-3.2/gcc/gm2/gm2-compiler/M2GCCDeclare.mod:391:***
> internal error *** circular dependancies within above types
>
Hi,
no nothing wrong, just exposed a bug in gm2. I've now fixed it and I'm uploading
the changes to CVS.
Thanks for the report, I've added the example to the regression list.
Gaius