bogus arguments to MOV: #<SB-C:TN #:G2!1[S8] :DEBUG-ENVIRONMENT> #<SB-C:TN #:G14!2[S7] :DEBUG-ENVIRONMENT>

Bug #1855778 reported by Paul F. Dietz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
Fix Released
Undecided
Unassigned

Bug Description

(defun f393 (p1)
  (declare (optimize debug)
           (type (member 1 #\I #\# 3.12e7 1/2) p1))
  (char= p1 #\B #\1))

==>

bogus arguments to MOV: #<SB-C:TN #:G2!1[S8] :DEBUG-ENVIRONMENT> #<SB-C:TN #:G14!2[S7] :DEBUG-ENVIRONMENT>
   [Condition of type SIMPLE-ERROR]
[...]
Backtrace:
  0: (SB-X86-64-ASM::EMIT-MOV #<SB-ASSEM:SEGMENT {1018BCED43}> :QWORD #<SB-C:TN #:G2!1[S8] :DEBUG-ENVIRONMENT> #<SB-C:TN #:G14!2[S7] :DEBUG-ENVIRONMENT>)
  1: (SB-ASSEM::%ASSEMBLE #<SB-ASSEM:SEGMENT {1018BCED43}> (#<SB-ASSEM::STMT IGNORE {1018BC9E43}> . #<SB-ASSEM::STMT .ALIGN {1018BCEEF3}>))
  2: (SB-ASSEM:ASSEMBLE-SECTIONS #S(SB-ASSEM::ASMSTREAM :DATA-SECTION (#<SB-ASSEM::STMT IGNORE {1018BC9E43}> . #<SB-ASSEM::STMT .ALIGN {1018BCEEF3}>) :CODE-SECTION (#1=#<SB-ASSEM::STMT IGNORE {1018BC9E93}>..
  3: (SB-C::GENERATE-CODE #<SB-C:COMPONENT :NAME F393 {1018B30763}>)
  4: (SB-C::%COMPILE-COMPONENT #<SB-C:COMPONENT :NAME F393 {1018B30763}>)
[...]

description: updated
Revision history for this message
Stas Boukarev (stassats) wrote :

bbfb155dbef8d5167b9b169fa0dc41e67b2e97e1

Changed in sbcl:
status: New → Fix Committed
Stas Boukarev (stassats)
Changed in sbcl:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.