https://sourceware.org/bugzilla/show_bug.cgi?id=23800

            Bug ID: 23800
           Summary: .eqv doesn't always defer expression evaluation
           Product: binutils
           Version: 2.32 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gas
          Assignee: unassigned at sourceware dot org
          Reporter: amodra at gmail dot com
  Target Milestone: ---

This:

x: .byte 1, 2, 3, . - x
 .set y, . - x
 .eqv z, . - x
 .byte y
 .byte z
 .byte y
 .byte z

ought to result in the byte sequence
 01,02,03,03,04,05,04,07.
Instead we get
 01,02,03,03,04,04,04,04.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to