#<SB-C:TN #:D1!1 :NORMAL> is not valid as the second argument to VOP: SB-VM::OVERFLOW*-SIGNED
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
(lambda (x y)
(declare (fixnum x y))
(make-array
(list x (max 1 (the (satisfies eval) y)))))
==>
#<SB-C:TN #:D1!1 :NORMAL> is not valid as the second argument to VOP:
SB-VM:
Primitive type: T
SC restrictions:
(SB-VM:
The primitive type disallows these loadable SCs:
(SB-VM:
[Condition of type SIMPLE-ERROR]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] abort thread (#<THREAD tid=6676 "repl-thread" RUNNING {10010A0003}>)
Backtrace:
0: (SB-C::
1: (SB-C::
2: (SB-C::
3: (SB-C::
4: (SB-C::
5: (SB-C::
6: (SB-C::
7: (SB-C::
8: (SB-C::%COMPILE (LAMBDA (X Y) (DECLARE (FIXNUM X Y)) (MAKE-ARRAY (LIST X #))) NIL NIL)
[...]
x86-64, "2.3.9.
Changed in sbcl: | |
status: | New → Fix Committed |