Fix a long-standing bug in (PRIMITIVE-TYPE [MEMBER type])
authorPaul Khuong <pvk@pvk.ca>
Sat, 22 Oct 2011 01:38:00 +0000 (21:38 -0400)
committerPaul Khuong <pvk@pvk.ca>
Sat, 22 Oct 2011 01:38:00 +0000 (21:38 -0400)
commit082940f3f469b8421c54615d7be5bd27aa4c11fb
tree0741d58cae6e6ce1aef6602988d2a19176a9bebf
parentb0920fabd2b526be40d4b129812bbed2ae022cd5
Fix a long-standing bug in (PRIMITIVE-TYPE [MEMBER type])

 A refactoring in 1.0.12.18 resulted in overly-optimistic primitive
 type.

 Reported by Eric Marsden on sbcl-devel.
src/compiler/generic/primtype.lisp
tests/compiler.pure.lisp