id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
735	LOGNOR: invalid results with type declarations	emarsden		"{{{
? (lisp-implementation-version)
""Version 1.6-dev-r14231M  (LinuxX8632)""
? (defun diff (x)
  (- (locally
         (declare (type (integer 1000000000 2000000000) x))
       (lognor -10 x))
     (lognor -10 x)))
DIFF
? (diff 20)
-4294967296
}}}"	defect	closed	normal	Clozure CL 1.6	Compiler	trunk	fixed		
