The value NIL is not of type REAL when binding #:G (in code with LOGNOR)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SBCL |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
(defun bug447 (p1 p2)
(declare (type (rational 2131) p2))
(lognor (the fixnum p1) p2))
==>
The value
NIL
is not of type
REAL
when binding #:G
[Condition of type TYPE-ERROR]
Restarts:
0: [RETRY] Retry SLIME REPL evaluation request.
1: [*ABORT] Return to SLIME's top level.
2: [ABORT] abort thread (#<THREAD tid=3681 "repl-thread" RUNNING {1000BA00A3}>)
Backtrace:
0: (SB-C::
1: (SB-C::
2: ((FLET SB-C::PROCESS-INFO :IN SB-C::IR1-
3: (SB-C::
4: (SB-C::IR1-OPTIMIZE #<SB-C:COMPONENT :NAME "<unknown>" {10044CDBC3}> NIL)
5: (SB-C::
6: (SB-C::
7: (SB-C::IR1-PHASES #<SB-C:COMPONENT :NAME "<unknown>" {10044CDBC3}>)
[...]
x86-64, "2.5.1.
Changed in sbcl: | |
status: | New → Fix Released |