https://sourceware.org/bugzilla/show_bug.cgi?id=26608
Bug ID: 26608
Summary: [2.36 Regression] The instruction is not recognized
Product: binutils
Version: 2.36 (HEAD)
URL: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97035
Status: NEW
Severity: normal
Priority: P2
Component: gas
Assignee: unassigned at sourceware dot org
Reporter: hjl.tools at gmail dot com
Target Milestone: ---
Target: csky-linux-gnuabiv2
GCC 10 generates:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97035
[hjl@gnu-skx-1 gas]$ cat /tmp/x.s
fmtvrl vr0, a0
fmtvrl vr1, a2
fmuls vr0, vr0, vr0
fmuls vr1, vr1, vr0
fmfvrl a0, vr1
fmtvrl vr1, a0
[hjl@gnu-skx-1 gas]$ ./as-new -mhard-float -o /tmp/x.o /tmp/x.s
/tmp/x.s: Assembler messages:
/tmp/x.s:1: Error: The instruction is not recognized.
/tmp/x.s:2: Error: The instruction is not recognized.
/tmp/x.s:3: Error: The instruction is not recognized.
/tmp/x.s:4: Error: The instruction is not recognized.
/tmp/x.s:5: Error: The instruction is not recognized.
/tmp/x.s:6: Error: The instruction is not recognized.
[hjl@gnu-skx-1 gas]$
--
You are receiving this mail because:
You are on the CC list for the bug.