[Bug target/115554] RISC-V: ICE in case of multiple target-arch attributes

2024-07-16 Thread cmuellner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115554 Christoph Müllner changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/115554] RISC-V: ICE in case of multiple target-arch attributes

2024-06-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115554 Richard Biener changed: What|Removed |Added Target||riscv Keywords|

[Bug target/115554] RISC-V: ICE in case of multiple target-arch attributes

2024-06-20 Thread cmuellner at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115554 --- Comment #1 from Christoph Müllner --- Forgot to mention: The ICE is triggered by an assertion in riscv_func_target_put(), which ensures we don't have more than one target-arch attribute in one function declaration.