gm2
[Top][All Lists]
Advanced

[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 14:05:55 +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.
>

Hi Dragiša,

again thanks for the report and test code - currently under
investigation.  I'd rather have the bug reports now than after 1.0
:-), so I will hold off releasing 1.0 until your application compiles.

regards,
Gaius



> % 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]