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

New acl bug involving catch, throw.

parent 9fda43f2
No related branches found
No related tags found
No related merge requests found
......@@ -3185,3 +3185,21 @@
0 0 0)
0)
;;; acl 6.2 (trial, x86)
;;; Returns incorrect value
(deftest misc.192
(funcall
(compile
nil
'(lambda (a b)
(declare (optimize (speed 3)))
(declare (optimize (safety 1)))
(declare (optimize (debug 1)))
(flet ((%f8 (f8-1 f8-2 f8-3) f8-2))
(catch 'ct6 (%f8 0 b (catch 'ct6 (throw 'ct6 a)))))))
1 2)
2)
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