We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/cc @jcmvbkbc
with "add -mforce-l32" patch, make check-c RUNTESTFLAGS="xtensa.exp" fails:
make check-c RUNTESTFLAGS="xtensa.exp"
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
l8ui\t%0, %1
%v1
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
/cc @jcmvbkbc
with "add -mforce-l32" patch,
make check-c RUNTESTFLAGS="xtensa.exp"
fails: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
The text was updated successfully, but these errors were encountered: