bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/20319] as and objdump allow "fmov sn, xm"


From: i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net
Subject: [Bug gas/20319] as and objdump allow "fmov sn, xm"
Date: Tue, 29 May 2018 19:15:06 +0000

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

Raimar Falke <i-bugzilla-sourceware-org-kasujfzh at rf dot risimo.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |i-bugzilla-sourceware-org-k
                   |                            |asujfzh at rf dot risimo.net

--- Comment #3 from Raimar Falke <i-bugzilla-sourceware-org-kasujfzh at rf dot 
risimo.net> ---
The issue is still present in 2.30. Sample input:

$ cat fmov.asm 
.global main
.section .text
.balign 4

main:
        fmov d4, w2
        fmov s4, x2
        fmov w4, d2
        fmov x4, s2
        ret
$

The assembler should mark these instructions as invalid.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]