[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gm2-master, as of today
From: |
Gaius Mulley |
Subject: |
Re: gm2-master, as of today |
Date: |
Fri, 26 Jun 2020 10:52:33 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Dragiša Durić <dragisha@m3w.org> writes:
> 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.
Hi Dragiša,
now fixed on the master branch on Savannah - it should appear tomorrow
on the floppsie.comp.glam.ac.uk repro in gm2-master branch.
Thanks again for the report,
regards,
Gaius