set-exclusive-or triggers a warning when compiled with (space 0)

Bug #1936470 reported by Jerome Abela
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(declaim (optimize (compilation-speed 0) (speed 0) (space 0) (debug 3)))

(defun set-not-equal (set1 set2)
  (set-exclusive-or set1 set2))

; in: DEFUN SET-NOT-EQUAL
; (SET-EXCLUSIVE-OR JACK-CORE::SET1 JACK-CORE::SET2)
;
; caught WARNING:
; Derived type of SB-IMPL::TEST is
; (VALUES NULL &OPTIONAL),
; conflicting with its asserted type
; FUNCTION.
; See also:
; The SBCL Manual, Node "Handling of Types"
;
; compilation unit finished
; caught 1 WARNING condition

SBCL 2.1.6 on macOS

Stas Boukarev (stassats)
summary: - set-exclusive-or triggers a warning when compiled with (debug 3)
+ set-exclusive-or triggers a warning when compiled with (space 0)
Stas Boukarev (stassats)
Changed in sbcl:
status: New → Fix Committed
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.