Incorrect report of invalid # of arguments

Bug #1951887 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 bug068 (b)
   (tagbody
     (labels ((%f13 (&optional (f13-1 0) &key &allow-other-keys)
                b))
       (if nil
           (%f13 (go tag8))
           (%f13))
       b)
    tag8))

(bug068 0) ==> invalid number of arguments: 1

Stas Boukarev (stassats)
Changed in sbcl:
status: New → 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.