gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gm2] Error in GM2 with open array of bytes


From: Gaius Mulley
Subject: Re: [Gm2] Error in GM2 with open array of bytes
Date: Mon, 26 Jan 2015 09:42:04 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Michael Riedl <address@hidden> writes:

> Hallo,
>
> being new on this please excuse if this is not the right place to post
> bug reports to.
>
> I compiled GM2 gm2-1.1.0 and also installed the pre-compiled package on
> an Ubuntu LTS 12.04 (but get identical results on 14.04).
>
> With the following (simplified) definition module
>
> DEFINITION MODULE FA;
>
> FROM SYSTEM      IMPORT BYTE;
>
> PROCEDURE Out1(Format : ARRAY OF CHAR;
>                Par1   : ARRAY OF BYTE);
>
> END FA.
>
> and a quite simple test program
>
> MODULE FAtest;
>
> FROM FA IMPORT Out1;
> BEGIN
>       Out1("//,S,//","Test");
> END FAtest.
>
> I end up with:
>
> FAtest.mod:5:7:*** fatal error ***
> ../../gm2/gcc-versionno/gcc/gm2/gm2-compiler/SymbolTable.mod:6142:1:***
> internal error *** illegal symbol cc1gm2: internal compiler-error:aborted)
>
> trying to compile FAtest.mod. 
>
> As said - if more details are needed or this needs to be posted
> elsewere please drop me a note.

Hi Michael,

many thanks for reporting this bug.  It is the correct place to post the
bug!  I'll fix it, asap,

regards,
Gaius



reply via email to

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