* There was a type (SC!C) in a VOP definition...
The maximal magnitude is 2^63, not 2^64.
* bug fix: Transforms for TRUNCATE don't die when the result is completely
ignored anymore.
+ * bug fix: Maybe restore buildability on Alpha.
changes in sbcl-1.0.37 relative to sbcl-1.0.36:
* enhancement: Backtrace from THROW to uncaught tag on x86oids now shows
(:results (y :scs (signed-reg unsigned-reg)))
(:note "constant load")
(:generator 1
- (cond ((sc!c::tn-leaf x)
+ (cond ((sb!c::tn-leaf x)
(inst li (tn-value x) y))
(t
(loadw y code-tn (tn-offset x) other-pointer-lowtag)
;;; 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".)
-"1.0.37.65"
+"1.0.37.66"