From: SourceForge.net <no...@so...> - 2012-03-30 17:42:21
|
Bugs item #3513318, was opened at 2012-03-30 10:42 Message generated for change (Tracker Item Submitted) made by iperminov1 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104511&aid=3513318&group_id=4511 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Ilya Perminov (iperminov1) Assigned to: Nobody/Anonymous (nobody) Summary: Wrong type declarations in src/quadpack.lisp Initial Comment: Array IWORK is passed to functions that expect an array of F2CL-LIB:INTEGER4, but in initialization its element type is specified as (SIGNED-BYTE 32), In SBCL x64 F2CL-LIB:INTEGER4 and (SIGNED-BYTE 32) are different types. Ilya ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104511&aid=3513318&group_id=4511 |