Greetings!

Jinyang He <hejiny...@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                                        c...@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah

Reply via email to