On Jan 23, 2024, at 12:34 AM, Tim Sneddon <tim@sneddon.id.au> wrote:

On Mon, 22 Jan 2024 at 20:17, Keith Halewood <Keith.Halewood@pitbulluk.org> wrote:
At one point last night, there were 4 DECnet server processes running on DUNE. One of them seemed to have FAL issues whereas the other 3 were fine, judging by the logs.
I suppose if your request was being handled by the bad one, you were unlucky.

And to repeat myself, I cannot overstress this point:
The Algol 68 RS compiler in the saveset on dune IS NOT the public domain version you see as part of ELLA or algol68toc. Even a quick comparison of some front-end translation routines between the two shows the
expected omissions and some surprising ones too on the public domain version. The public domain translator will not compile the fully featured compiler source properly. The production compiler in the save-set will!

I hope to use this to create a compiler backend that will translate the 'streams' intermediate language the RS compiler frontend generates into LLVM and therefore produce versions for IA64 and X86.

Unfortunately LLVM will only produce binaries for x86-64. The Itanium support is long gone and was never anywhere near complete in the first place.

GCC, on the other hand, can do that as well as many other machine architectures.  And GCC has a lot of front ends.

paul