[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Re: gm2-20040213 internal error
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Re: gm2-20040213 internal error |
Date: |
26 Feb 2004 20:49:46 +0000 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Paul Whittington <address@hidden> writes:
> Ok I've been able to narrow it down to the declaration of a constant.
>
> If you compile the program below you get
>
> gm2 -c -Wmakeall0 -g -Wmake-I=. -Wmakeall
> -I.:/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/gm2/pim:/usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/gm2/iso
> Bug000.mod
> ../../gcc-3.3.2+gm2-20040213/gcc/gm2/gm2-compiler/SymbolTable.mod:2803:***
> internal error *** expecting ConstVar symbol
> make: *** [NitroTest.o] Error 1
>
> If you comment out the declaration of the EmptyHandle constant no
> problems.
Hi,
yes declaration of RECORD constants is not permitted yet.
This seems a reasonable extension to M2 and one which can
mapped into the gcc trees.. I'll add it to the to do list..
Gaius