gm2
[Top][All Lists]
Advanced

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

[Gm2] Error in GM2 with open array of bytes


From: Michael Riedl
Subject: [Gm2] Error in GM2 with open array of bytes
Date: Fri, 23 Jan 2015 12:33:02 +0100

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.


Mit freundlichem Gruß / Kind regards

Michael



reply via email to

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