Put CSR's bug report about type checking in CAST chains.
(fixed in 0.8.0.27)
+253: "type checking is embedded THEs"
+ Compiler cannot perform type checking in
+
+ (let () (list (the fixnum (the unsigned-byte (eval -1)))))
+
DEFUNCT CATEGORIES OF BUGS
IR1-#:
These labels were used for bugs related to the old IR1 interpreter.
(mv-combination
(eq (basic-combination-fun dest) cont))
(cast
+ nil
+ ;; The following property means that the cast chain allows
+ ;; changing number of values, produced by the USE of CONT, but
+ ;; derived types of the casts must be updated (TODO: how?).
#+nil
(locally
(declare (notinline continuation-single-value-p))
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.8.0.31"
+"0.8.0.32"