From 08cc6ef646857381452e814cda8e68fccc464f96 Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 21 Apr 2003 23:57:34 +0000 Subject: [PATCH] 0.pre8.87 Bug 247 was fixed in 0.pre8.71: update tests and BUGS file to match --- BUGS | 7 ------- src/compiler/sparc/parms.lisp | 8 +------- tests/smoke.impure.lisp | 6 +++--- version.lisp-expr | 2 +- 4 files changed, 5 insertions(+), 18 deletions(-) diff --git a/BUGS b/BUGS index efd3641..5a4d7c5 100644 --- 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". diff --git a/src/compiler/sparc/parms.lisp b/src/compiler/sparc/parms.lisp index 4162357..052bf37 100644 --- a/src/compiler/sparc/parms.lisp +++ b/src/compiler/sparc/parms.lisp @@ -136,13 +136,7 @@ (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 diff --git a/tests/smoke.impure.lisp b/tests/smoke.impure.lisp index 87c96de..ff7d4d9 100644 --- a/tests/smoke.impure.lisp +++ b/tests/smoke.impure.lisp @@ -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) diff --git a/version.lisp-expr b/version.lisp-expr index 0607953..cd7e1ed 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4