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
076cccd1
Commit
076cccd1
authored
21 years ago
by
pfdietz
Browse files
Options
Downloads
Patches
Plain Diff
More sbcl compiler bugs.
parent
deb80ebf
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
+65
-0
65 additions, 0 deletions
ansi-tests/misc.lsp
with
65 additions
and
0 deletions
ansi-tests/misc.lsp
+
65
−
0
View file @
076cccd1
...
...
@@ -2291,4 +2291,69 @@
1 2 3)
3)
(deftest misc.169
(funcall
(compile
nil
'(lambda (a b c)
(if t -21705
(flet ((%f15 (f15-1 f15-2)
b))
(block b4
(%f15 -11112264
(labels ((%f2
(f2-1
&optional (f2-2 (if b -5485340 -1534))
(f2-3 -6))
(return-from b4 f2-1)))
(return-from b4
(if b (%f2 c -320813) (%f2 b a a))))))))))
1 2 3)
-21705)
;;; sbcl (0.8.5.26)
;;; failed AVER: "(FUNCTIONAL-LETLIKE-P CLAMBDA)"
(deftest misc.170
(funcall
(compile
nil
'(lambda (b)
(flet ((%f14 (f14-1 f14-2)
(if (if (eql b -7) nil nil)
(labels ((%f10 (f10-1 f10-2 f10-3)
7466))
(return-from %f14
(min
(multiple-value-call #'%f10 (values 0 492 f14-1))
(max 11 f14-1)
(multiple-value-call #'%f10
(values 439171 f14-2 0)))))
1)))
(let ((v6 (%f14 (logcount b) -386283)))
56211))))
17)
56211)
;;; The value NIL is not of type SB-C::NODE.
(deftest misc.171
(funcall
(compile
nil
'(lambda (b)
(block b6
(flet ((%f11 (f11-1 f11-2 &optional (f11-3 -2369157) (f11-4 409468))
(return-from b6 1)))
(block b2
(flet ((%f10 (f10-1 f10-2
&optional (f10-3 (return-from b6 (return-from b6 -3))))
-8))
(%f10
(multiple-value-call #'%f11 (values -5945959 1654846427 -22))
(return-from b2 b)
(return-from b2 31258361))))))))
10)
1)
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