Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • gerd's avatar
    b71200f3
    (compile nil · b71200f3
    gerd authored
    	    '(lambda (a c)
    		(if nil (unwind-protect (max 521739 (unwind-protect c)))
    		  (logandc2 3942 a))))
    	 => nil is not of type ref
    
    	* src/compiler/ir1opt.lisp (find-result-type): Ignore uses
    	whose home lambda or block is deleted.  From SBCL.
    b71200f3
    History
    (compile nil
    gerd authored
    	    '(lambda (a c)
    		(if nil (unwind-protect (max 521739 (unwind-protect c)))
    		  (logandc2 3942 a))))
    	 => nil is not of type ref
    
    	* src/compiler/ir1opt.lisp (find-result-type): Ignore uses
    	whose home lambda or block is deleted.  From SBCL.