bug#54622: [PATCH] Find unidata_to_charset.awk in $(srcdir)

2022-03-29 Thread Andreas Schwab
"$<" > "$@" BUILT_INCLUDES = vm-operations.h scmconfig.h libpath.h srfi-14.i.c BUILT_SOURCES = cpp-E.c cpp-SIG.c $(BUILT_INCLUDES) \ -- 2.35.0 -- Andreas Schwab, SUSE Labs, sch...@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."

bug#10096: Failing gc.test for i586

2011-12-02 Thread Andreas Schwab
threads.test has the same problem: the test "mutex with owner not retained (bug #27450)" can fail because of a spurious stack reference to the mutex object. Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 &q

bug#10203: [PATCH] FFI: Properly unpack small integer return values in closure call

2011-12-03 Thread Andreas Schwab
ke_closure (ffi_cif *cif, void *ret, void **args, void *data) result = scm_call_n (proc, argv, cif->nargs); - unpack (cif->rtype, ret, result); + unpack (cif->rtype, ret, result, 1); } SCM_DEFINE (scm_procedure_to_pointer, "procedure->pointer", 3, 0, 0, -- 1.7.7.4

bug#10096: Failing gc.test for i586

2012-02-01 Thread Andreas Schwab
Andy Wingo writes: > On Sat 03 Dec 2011 01:26, Andreas Schwab writes: > >> threads.test has the same problem: the test "mutex with owner not >> retained (bug #27450)" can fail because of a spurious stack reference to >> the mutex object. > > Thanks fo

bug#10096: Failing gc.test for i586

2012-02-01 Thread Andreas Schwab
Andy Wingo writes: > But threads.test passes? Due to the nature of these tests the absense of a failure doesn't tell you much. > Which gc.test fails? FAIL: gc.test: gc: Unused modules are removed Andreas. -- Andreas Schwab, sch...@linux-m68k.org GPG Key fingerprint = 58CA 54C