Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
0c8e9206
Commit
0c8e9206
authored
Apr 26, 2006
by
pfdietz
Browse files
Another random test failure for sbcl
parent
8d2957bf
Changes
1
Show whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
0c8e9206
...
...
@@ -11353,3 +11353,19 @@ Broken at C::WT-MAKE-CLOSURE.
(%f8 b)))))
(funcall (compile nil form) :good 18 0))
:good)
;;; sbcl 0.9.11.45 (x86 linux)
;;; Incorrect value: -32377322164
(deftest misc.640
(let ((form '(lambda (b g)
(declare (type (integer 303184 791836) b))
(declare (optimize (compilation-speed 2) (debug 0) (space 1)
(speed 1) (safety 2)))
(loop for lv1 below 2
sum (if (<= g lv1)
(labels ((%f7 () (prog1 b 0))) (%f7))
(setf g -16188661082))))))
(funcall (compile nil form) 335562 4655131896))
-16188325520)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment