gcl-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] Add LoongArch64 basic support


From: Camm Maguire
Subject: Re: [PATCH 2/2] Add LoongArch64 basic support
Date: Fri, 19 Jul 2024 15:48:15 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)

Greetings!

Jinyang He <hejinyang@loongson.cn> writes:

> or (follows should work, I test it on amd64)
>
> diff --git a/gcl/clcs/makefile b/gcl/clcs/makefile
> index a3ee81f52..d836a0e74 100644
> --- a/gcl/clcs/makefile
> +++ b/gcl/clcs/makefile
> @@ -41,5 +41,6 @@ saved_full_gcl: ${LISP}
>
>  clean:
>         rm -f *.o *.fn saved_full_gcl$(EXE) saved_full_gcl
> cmpinclude.h *.c *.h *.data saved_clcs_gcl$(EXE)
> +
>  #.INTERMEDIATE: saved_clcs_gcl
> -#.PRECIOUS: $(addsuffix .c,$(FILES))
> +.PRECIOUS: $(addsuffix .h,$(FILES)) $(addsuffix .data,$(FILES))

Thanks so much -- will get something like this in and update the gcl27
package.

>
> The compile process is complete. The ansi_test result is,
>
> 2 out of 21727 total tests failed: DECODE-UNIVERSAL-TIME.1,
> DECODE-UNIVERSAL-TIME.2.

I cannot reproduce this on cfarm400 -- can you please post the output of
these tests earlier in the log?

Should be no test failures virtually everywhere, except a few platforms
which have trouble trapping floating point exceptions (exp and expt test
failures).

Take care,
-- 
Camm Maguire                                        camm@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

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