Skip to content
New issue

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

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

Open
jjsuwa-sys3175 opened this issue Apr 28, 2022 · 1 comment
Open

Comments

@jjsuwa-sys3175
Copy link

/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

@jcmvbkbc
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants