X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fcompiler.impure.lisp;h=a1166abf13e59b829def8b49d1bfaa2e2d0a1374;hb=22c1de0a40df83bb5628974010a879cb2c17ff53;hp=9435118af91daa348b5e1cff3a50e80c39b5b899;hpb=9489abab7f981b8eea2aec8a883f2eb48d4cb138;p=sbcl.git diff --git a/tests/compiler.impure.lisp b/tests/compiler.impure.lisp index 9435118..a1166ab 100644 --- a/tests/compiler.impure.lisp +++ b/tests/compiler.impure.lisp @@ -839,6 +839,12 @@ (list (bar x) (bar x) (bar x)))) (assert (raises-error? (bug249 1.0) type-error)) + +;;; bug reported by ohler on #lisp 2003-07-10 +(defun bug-ohler-2003-07-10 (a b) + (declare (optimize (speed 0) (safety 3) (space 0) + (debug 1) (compilation-speed 0))) + (adjoin a b)) ;;;; tests not in the problem domain, but of the consistency of the ;;;; compiler machinery itself