0 is not of type LIST (in malformed PROGV)

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

Bug Description

(defun f50 ()
  (declare (special *s*))
  (catch 'ct2
    (gcd
     (progv '(*s*) 0 -1))))

==> 0 is not of type LIST

Error is in call:

 (SB-C::CONSTANT-SPECIAL-FORM-P (PROGV (QUOTE (*S*)) 0 -1) NIL NIL)

Stas Boukarev (stassats)
Changed in sbcl:
status: New → Triaged
importance: Undecided → Low
tags: added: malformed-source
Changed in sbcl:
status: Triaged → Fix Committed
Stas Boukarev (stassats)
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.