[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Another "internal one"
From: |
Gaius Mulley |
Subject: |
Re: [Gm2] Another "internal one" |
Date: |
Mon, 20 Sep 2010 16:40:23 +0100 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
Dragiša Durić <address@hidden> writes:
> I would like to see 1.0 as everyone else, but I still have to port my
> first app using gm2 :). These two (last reported one and this one) are,
> hopefully, last bugs in my basic library.
>
> % gm2 -fiso -c TermIO.mod
> TermIO.mod:4:3:*** fatal error ***
> ../../gcc-4.1.2+gm2-20100915/gcc/gm2/gm2-compiler/SymbolTable.mod:9516:1:***
> internal error *** not implemented yet
> Internal error: Aborted
> Please report this crash to the GNU Modula-2 mailing list <address@hidden>
>
> DEFINITION MODULE Termbase;
>
> PROCEDURE Write(ch: CHAR);
>
> END Termbase.
>
> DEFINITION MODULE TermIO;
>
> IMPORT
> Termbase;
>
> CONST
> Write = Termbase.Write;
>
> END TermIO.
>
> IMPLEMENTATION MODULE TermIO;
>
> BEGIN
> Write(CHR(7));
> END TermIO.
Hi Dragiša,
fixed locally - will flush the changes tonight,
regards,
Gaius