Memory fault in code with certain types containing (EQL <char>)

Bug #1792030 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(defun f306 (x)
   (declare (type (or base-string (eql #\a)) x))
   (the (or simple-array (eql #\a)) x))

(f306 #\a) ==> memory fault

Revision history for this message
Stas Boukarev (stassats) wrote :

In 8b417a438c18d3e2bc5364e2732c58a592446ab0.

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.