Custom Query (1030 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (751 - 753 of 1030)

Ticket Resolution Summary Owner Reporter
#800 invalid Problem with socket-error? Mike Travers
Description

The code for socket-error in l1-sockets.lisp passes several arguments to (make-condition 'socket-error ...) that the class apparently doesn't support, such as :situation.

#801 duplicate Problem with socket-error? Mike Travers
Description

The code for socket-error in l1-sockets.lisp passes several arguments to (make-condition 'socket-error ...) that the class apparently doesn't support, such as :situation.

#804 fixed fixnum->double vinsn broken on ARM Ivan Shvedunov
Description

Compilation of the following function fails on ARM:

(defun fixnum-double (x)
  (declare (fixnum x))
  (* x 10d0))

That's because it uses FIXNUM->DOUBLE vinsn that has :single-float temp which is not supported by CCL::ALLOCATE-TEMPORARY-VREG.

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.