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
9c349137
Commit
9c349137
authored
Apr 27, 2004
by
pfdietz
Browse files
Another abl bug (order of evaluation?)
parent
9ec3c3b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/misc.lsp
View file @
9c349137
...
...
@@ -6419,3 +6419,15 @@ Broken at C::WT-C-INLINE-LOC.
(boole boole-xor (logxor (return-from b2 0)) 0)))
0))))
0)
;;; Wrong result
(deftest misc.348
(funcall
(compile
nil
'(lambda (a c)
(declare (optimize (speed 1) (space 0) (safety 2) (debug 3)
(compilation-speed 1)))
(max (conjugate (setq a -4178265097)) (if (> c 0) 0 a))))
-2408319173 -4307532101272)
-4178265097)
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