0.pre8.87
authorDaniel Barlow <dan@telent.net>
Mon, 21 Apr 2003 23:57:34 +0000 (23:57 +0000)
committerDaniel Barlow <dan@telent.net>
Mon, 21 Apr 2003 23:57:34 +0000 (23:57 +0000)
Bug 247 was fixed in 0.pre8.71: update tests and BUGS file to
match

BUGS
src/compiler/sparc/parms.lisp
tests/smoke.impure.lisp
version.lisp-expr

diff --git a/BUGS b/BUGS
index efd3641..5a4d7c5 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1308,13 +1308,6 @@ WORKAROUND:
   (NTH-VALUE 1000 (VALUES-LIST (MAKE-LIST 1001))) takes several hours
   to compile.
 
-247: "incomplete conversion of stack parameters in #-SB-THREAD code"
-  In 0.pre8.67/x86/nothreads, executing (ROOM) causes an error to
-  be signalled:
-    The variable SB-VM:CONTROL-STACK-END is unbound.
-  (When this is fixed, the ROOM entries in tests/smoke.impure.lisp
-  should be uncommented.)
-
 248: "reporting errors in type specifier syntax"
   (TYPEP 1 '(SYMBOL NIL)) says something about "unknown type
   specifier".
index 4162357..052bf37 100644 (file)
   (def!constant dynamic-0-space-end     #x38000000)
   
   (def!constant dynamic-1-space-start   #x40000000)
-  (def!constant dynamic-1-space-end     #x48000000)
-
-  (def!constant control-stack-start   #x50000000)
-  (def!constant control-stack-end     #x51000000)
-
-  (def!constant binding-stack-start    #x60000000)
-  (def!constant binding-stack-end      #x61000000))
+  (def!constant dynamic-1-space-end     #x48000000))
 
 #!+sunos ; might as well start by trying the same numbers
 (progn
index 87c96de..ff7d4d9 100644 (file)
@@ -15,9 +15,9 @@
 (cl:in-package :cl-user)
 
 ;;; ROOM should run without signalling an error. (bug 247)
-#+nil (room)
-#+nil (room t)
-#+nil (room nil)
+(room)
+(room t)
+(room nil)
 
 ;;; DESCRIBE should run without signalling an error.
 (defstruct to-be-described a b)
index 0607953..cd7e1ed 100644 (file)
@@ -17,4 +17,4 @@
 ;;; 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.pre8.86"
+"0.pre8.87"