openhwgroup / corev-gcc

GNU General Public License v2.0
22 stars 23 forks source link

illegal operand error for "sw" operation #64

Closed superflyers closed 1 year ago

superflyers commented 1 year ago

affected the version pre-released at 20230814

/libs/dsp/src/TransformFunctions/dd_dct2_f32.c' -- 'dd_dct2_f32.o' /tmp/ccAhyHfb.s: Assembler messages: /tmp/ccAhyHfb.s:75: Error: illegal operands sw a5,(a6),4' /tmp/ccAhyHfb.s:90: Error: illegal operandssw a5,(a6),4' /tmp/ccAhyHfb.s:106: Error: illegal operands sw a5,(a3),4' /tmp/ccAhyHfb.s:174: Error: illegal operandssw a0,(a3),4'

jeremybennett commented 1 year ago

@superflyers Thanks for picking this up. Is this the change in post-inc syntax? Assigning to @MaryBennett to investigate further.

Do you have a trivial reproducer you can shared?

MaryBennett commented 1 year ago

The corresponding patch has been merged: #66.