> On Wed, Nov 28, 2018 at 07:25:33PM +0100, Mario Domenech Goulart wrote:
> > It looks like this patch (79cf7427, master) has broken "make
> > bootstrap".  Log attached (using CHICKEN 5.0.0 as CHICKEN).
> 
> Right you are.  The reason is that lfa2 is trying to unbox the arguments
> to {f32,f64}_vector_ref, which are not flonums but srfi-4 vector and
> integer arguments.  The return value is a flonum.
> 
> Attached is a patch to avoid unboxing the argument to accessor functions.
> 

Sorry about this. Pushed.


felix


_______________________________________________
Chicken-hackers mailing list
Chicken-hackers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/chicken-hackers

Reply via email to