Skip to content
Snippets Groups Projects
Commit c7481dbd authored by pfdietz's avatar pfdietz
Browse files

New clisp failure

parent afcbe8fb
No related branches found
No related tags found
No related merge requests found
...@@ -10653,3 +10653,21 @@ Broken at C::WT-MAKE-CLOSURE. ...@@ -10653,3 +10653,21 @@ Broken at C::WT-MAKE-CLOSURE.
(equalp #*0 "0") (equalp #*0 "0")
nil) nil)
;;; clisp 21 Mar 2005 (-ansi -q, x86 Linux, gcc 3.2.2)
;;; *** - Compiler bug!! Occurred in SP-DEPTH at <0.
(deftest misc.593
(funcall
(compile
nil
'(lambda (a b)
(declare (ignorable a b))
(declare (optimize (space 3) (debug 0) (safety 1)
(compilation-speed 3) (speed 1)))
(prog2
(catch 'ct1 (if (or (and t (not (and (and (or a t) nil) nil))) nil)
a
(reduce #'(lambda (lmv5 lmv2) 0) (vector b 0 a))))
0)))
2212755 3154856)
0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment