Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ansi-test
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michał Herda
ansi-test
Commits
f7967a6d
Commit
f7967a6d
authored
20 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
Another abcl bug (0 is not of type list)
parent
909e697a
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansi-tests/misc.lsp
+29
-1
29 additions, 1 deletion
ansi-tests/misc.lsp
with
29 additions
and
1 deletion
ansi-tests/misc.lsp
+
29
−
1
View file @
f7967a6d
...
@@ -7158,4 +7158,32 @@ Broken at C::WT-C-INLINE-LOC.
...
@@ -7158,4 +7158,32 @@ Broken at C::WT-C-INLINE-LOC.
12851164 182468232812 -2243976802 309299185674 2538150 1855615980)
12851164 182468232812 -2243976802 309299185674 2538150 1855615980)
0)
0)
(deftest misc.376
\ No newline at end of file
(funcall
(compile
nil
'(lambda () ; (a b c d e f g h i)
#|
(declare (type (integer -3780481450018 4128865857054) a))
(declare (type (integer -15 7920255) b))
(declare (type (integer -2 1) c))
(declare (type (integer -6 157) d))
(declare (type (integer -3022 3523491) e))
(declare (type (integer -3 18632748) f))
(declare (type (integer -4 149) g))
(declare (type (integer -22 -1) h))
(declare (type (integer -176782576526 -1863239307) i))
(declare (ignorable a b c d e f g h i))
|#
(declare (optimize (speed 1) (space 1) (safety 2) (debug 1)
(compilation-speed 0)))
(dotimes (iv4 3
(multiple-value-bind (*s6*) (cons 0 0)
(progn (cdr *s6*) 0)))
(floor (rational (let ((*s2*
(rational (common-lisp:handler-case 0))))
0))))))
)
0)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment