18 Dec
2019
18 Dec
'19
2 p.m.
Patch attached that should fix this issue. Root cause: when I added the with-operand-accumulation forms for opstack safety (to fix the stack inconsistency bug reported in #69 [0]), I had incorrect types specified in some of the p2-ash code paths. The form (ash 1343225879 (- 1)) also was not being compiled as a constant, and took a code path to actually calculate the shift based on the -1 constant. Thanks, I can confirm that this fixes the problem, and in fact with this
On 18/12/2019 02:17, somewhat-functional-programmer wrote: patch ABCL can build current SBCL (tested on Linux/AMD64). Eric