https://sourceware.org/bugzilla/show_bug.cgi?id=29526
Bug ID: 29526 Summary: x86: inconsistent suffix recognition in Intel syntax mode Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas Assignee: unassigned at sourceware dot org Reporter: jbeulich at suse dot com Target Milestone: --- While generally insn suffixes are used for sizing in only very few cases for Intel syntax, we've been accepting such forever. But this then needs to be consistent - observe the anomaly for MOVD when assembling notw [rbx] notd [rbx] nopw [rbx] nopd [rbx] addw [rbx], 5 addd [rbx], 5 movw [rbx], 5 movd [rbx], 5 See the v1 posting of a patch addressing this: https://sourceware.org/pipermail/binutils/2022-August/122458.html -- You are receiving this mail because: You are on the CC list for the bug.