We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(defun bug392 () (let ((lam '(lambda () (tagbody (labels ((%f () (go 5))) (declare (inline %f)) (tagbody 5 (%f))) 5) nil))) (funcall (compile nil lam))))
This function, when called, loops infinitely. I suspect the compiler is getting the two "5" tags confused.
"Version 1.12.2 (v1.12.2) LinuxX8664"
The text was updated successfully, but these errors were encountered:
The bug also occurs when FLET is used instead of LABELS.
Sorry, something went wrong.
No branches or pull requests
This function, when called, loops infinitely. I suspect the compiler is getting the two "5" tags confused.
"Version 1.12.2 (v1.12.2) LinuxX8664"
The text was updated successfully, but these errors were encountered: