Plug two more CTYPE leaks into fasls
authorPaul Khuong <pvk@pvk.ca>
Tue, 15 Nov 2011 21:20:06 +0000 (16:20 -0500)
committerPaul Khuong <pvk@pvk.ca>
Tue, 15 Nov 2011 21:20:06 +0000 (16:20 -0500)
commit67a805dee41b93fa03c6e72f3d1ce3078dfe88eb
tree93148d73f511f9633cb226b93c5c41512d24ea30
parent5efae2334933e0d8a998e8abbc12489cd5043b4d
Plug two more CTYPE leaks into fasls

 * (setf aref) would dump the declared element type on compile-time
   type mismatch.

 * same for function return value types (e.g. via (declare (values ...)))
NEWS
src/compiler/array-tran.lisp
src/compiler/ir1tran-lambda.lisp
tests/compiler.test.sh