master: check-array-dimensions: be ready for a mv-combination
stassats via Sbcl-commits <[email protected]>
| Newsgroups | gmane.lisp.steel-bank.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch "master" has been updated in SBCL:
via e1df5f074fce46cf93e87d2236fe547dfb7f438d (commit)
from 345c44cd627ec73a7b8c70ddb4483fc84f596f27 (commit)
- Log -----------------------------------------------------------------
commit e1df5f074fce46cf93e87d2236fe547dfb7f438d
Author: Stas Boukarev <[email protected]>
Date: Tue Apr 7 02:34:15 2026 +0300
check-array-dimensions: be ready for a mv-combination
Fixes lp#2147384
---
src/compiler/array-tran.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/array-tran.lisp b/src/compiler/array-tran.lisp
index 56f220d4d..f8061aca2 100644
--- a/src/compiler/array-tran.lisp
+++ b/src/compiler/array-tran.lisp
@@ -647,7 +647,7 @@
(typep x 'index))
dims))
(let ((*compiler-error-context* node))
- (setf (combination-kind node) :error)
+ (setf (basic-combination-kind node) :error)
(compiler-warn "Bad array dimensions: ~s" dims))))
(defun derive-make-array-type (dims element-type adjustable
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL