gm2
[Top][All Lists]
Advanced

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

[Gm2] GM2 ISO


From: Iztok
Subject: [Gm2] GM2 ISO
Date: Wed, 07 May 2003 15:39:18 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20020903

MODULE realbitscast;

FROM SYSTEM IMPORT CAST;

TYPE
   BITS32 = SET OF [0..31];
   BITS64 = SET OF [0..63];
   REAL32 = SHORTREAL;
   REAL64 = REAL;

VAR
   b32 : BITS32;
   b64 : BITS64;
   r32 : REAL32;
   r64 : REAL64;

BEGIN
 b32 := CAST(BITS32,r32);
 b64 := CAST(BITS32,r64);
END realbitscast.


> gm2 -Wiso -c -I. realbitscast.mod
realbitscast.mod: In function `_M2_realbitscast_init':
realbitscast.mod:17: Internal compiler error in convert_move, at expr.c:502
Please report this crash to the GNU Modula-2 mailing list <address@hidden>

I.



reply via email to

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