[Bug target/112478] riscv: asm clobbers not honored

2023-11-16 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Kito Cheng changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/112478] riscv: asm clobbers not honored

2023-11-16 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 --- Comment #9 from CVS Commits --- The master branch has been updated by Kito Cheng : https://gcc.gnu.org/g:defa8681d951c6d6c43c71e3636ce4db9de04a28 commit r14-5526-gdefa8681d951c6d6c43c71e3636ce4db9de04a28 Author: Kito Cheng Date: Tue Nov

[Bug target/112478] riscv: asm clobbers not honored

2023-11-14 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 --- Comment #8 from Kito Cheng --- Proposed fix: https://gcc.gnu.org/pipermail/gcc-patches/2023-November/636466.html

[Bug target/112478] riscv: asm clobbers not honored

2023-11-14 Thread Michael at MichaelKloos dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 --- Comment #7 from Michael T. Kloos --- Thank you, Kito Cheng. I really appreciate it.

[Bug target/112478] riscv: asm clobbers not honored

2023-11-13 Thread kito at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Kito Cheng changed: What|Removed |Added Ever confirmed|0 |1 CC|

[Bug target/112478] riscv: asm clobbers not honored

2023-11-13 Thread Michael at MichaelKloos dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Michael T. Kloos changed: What|Removed |Added Status|RESOLVED|UNCONFIRMED Resolution|INVAL

[Bug target/112478] riscv: asm clobbers not honored

2023-11-13 Thread law at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 Jeffrey A. Law changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/112478] riscv: asm clobbers not honored

2023-11-11 Thread Michael at MichaelKloos dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 --- Comment #3 from Michael T. Kloos --- Created attachment 56560 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=56560&action=edit Sample program to reproduce the bug I have created and attached a small simple program which shows the bug.

[Bug target/112478] riscv: asm clobbers not honored

2023-11-10 Thread andrew at sifive dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 --- Comment #2 from Andrew Waterman --- Although I sketched the first draft of this patch, it’s Jeff Law who brought it to fruition. He is more suited to help than I am.

[Bug target/112478] riscv: asm clobbers not honored

2023-11-10 Thread Michael at MichaelKloos dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112478 --- Comment #1 from Michael T. Kloos --- Added Andrew Waterman to CC list