close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Opened 15 years ago

#30 new defect

Assertion error in PROPAGATE-LOCAL-CALL-ARGS

Reported by: Raymond Toy Owned by: somebody
Priority: major Milestone:
Component: Core Version: 2009-01
Keywords: Cc:

Description

From cmucl-imp, 2009/01/25

This function triggers an assertion when compiled.

(defun foo (&key arg)
  (flet ((bar ()
	   (destructuring-bind () ()
	     arg)))))

Change History (0)

Note: See TracTickets for help on using tickets.