[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gm2-master, as of today
From: |
Dragiša Durić |
Subject: |
Re: gm2-master, as of today |
Date: |
Sun, 17 May 2020 01:59:33 +0200 |
Also this:
% gm2 -c -fmodules hello.mod
gm2: internal compiler error: Segmentation fault signal terminated program gm2l
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://gcc.gnu.org/bugs/> for instructions.
% cat hello.mod
MODULE hello ;
FROM StrIO IMPORT WriteString, WriteLn ;
BEGIN
WriteString('hello world') ; WriteLn
END hello.
On Sun, 2020-05-17 at 01:50 +0200, Dragiša Durić wrote:
> Hi,
>
> On a x86_64, this one error
>
> FAIL: gm2/iso/run/pass/constructor2.mod compilation,
> {additional_flags= -O }
>
> What would be a proper way to patch and rebuild m2iso library on my
> system? local branching, fixing, full build? Or is there some shorter
> way just for Modula-2 libraries?
>
> Regards,
> Dragiša
>
>
>