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

Another sbcl bug test.

parent 6aa16cd4
No related branches found
No related tags found
No related merge requests found
...@@ -763,3 +763,16 @@ ...@@ -763,3 +763,16 @@
(truncate (max (round a) c) (* (* a a) a)))) (truncate (max (round a) c) (* (* a a) a))))
-10 1000) -10 1000)
-1 0) -1 0)
(deftest misc.57
(funcall
(compile nil '(lambda (a b c)
(declare (type (integer -1907 58388940297) a)
(type (integer -646968358 294016) b)
(type (integer -708435313 89383896) c)
(optimize (speed 3) (safety 1) (debug 1)))
(let ((v6 (abs (min a (signum c)))))
(if (ceiling v6 (max 77 v6)) b 2))))
50005747335 -363030456 17382819)
-363030456)
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