[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Current development branch on OpenBSD/amd64
From: |
Gaius Mulley |
Subject: |
Re: Current development branch on OpenBSD/amd64 |
Date: |
Tue, 06 Apr 2021 00:00:23 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) |
Brian Callahan <bcallah@protonmail.com> writes:
> Hello --
>
> I recently got the latest development branch of gm2 working on
> OpenBSD.
> Here is a link to the results from the testsuite (make check-m2):
> https://raw.githubusercontent.com/ibara/misc/main/gnu-modula-2/gm2-tests.txt
>
> I suspect that the failures are due to my own lack of understanding of
> gm2 and/or the testsuite. Building some example programs worked
> without issue once I discovered the need to add -I. to all compiles.
>
> I am happy to help get the testsuite failures down to 0.
>
> Additionally: I could not find information on sending patches to gm2.
> What would be the best way to go about doing that?
>
> Thanks!
>
> ~Brian
Hello Brian,
thanks for the email - and for the testsuite results. It looks as if
the majority of the failures are due to linking problems. Possibily
similar to the -I issue you mentioned above.
Patches can be sent to the mailing list. Thanks for building/porting
gm2 to OpenBSD! I read the NULL issue on your blog with interest. It
should be fairly straightforward to change mc to avoid generating
__builtin_unreachable calls,
regards,
Gaius