esp-quick-toolchain icon indicating copy to clipboard operation
esp-quick-toolchain copied to clipboard

"add -mforce-l32" patch seems to break "fix PR target/94584"

Open jjsuwa-sys3175 opened this issue 2 years ago • 1 comments

/cc @jcmvbkbc

with "add -mforce-l32" patch, make check-c RUNTESTFLAGS="xtensa.exp" fails:

Running /tmp/gcc-10.3.0-xtensa-lx106/gcc/testsuite/gcc.target/xtensa/xtensa.exp ...
FAIL: gcc.target/xtensa/pr94584.c scan-assembler-times memw 4

https://github.com/earlephilhower/esp-quick-toolchain/blob/master/patches/gcc10.3/gcc-mforce-l32.patch#L170 i guess l8ui\t%0, %1 should prepend %v1

jjsuwa-sys3175 avatar Apr 28 '22 01:04 jjsuwa-sys3175

i guess l8ui\t%0, %1 should prepend %v1

Yes, I agree. Also I guess that %v1 should be in the following line, right before the l32i, and in similar place in line 154.

jcmvbkbc avatar Apr 28 '22 02:04 jcmvbkbc