"$<" > "$@"
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."
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
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
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
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