[gcc(refs/vendors/riscv/heads/gcc-15-with-riscv-opts)] RISC-V: Fix build issue
Jeff Law
law@gcc.gnu.org
Sat Sep 6 14:49:19 GMT 2025
https://gcc.gnu.org/g:7ae865335f58382856ccfc04f0163b546ea3a405
commit 7ae865335f58382856ccfc04f0163b546ea3a405
Author: Kito Cheng <kito.cheng@sifive.com>
Date: Thu Jun 26 14:35:47 2025 +0800
RISC-V: Fix build issue
Apparently I forgot to squash this fix into the previous commit before I
push...
gcc/ChangeLog:
* config/riscv/riscv.md: Fix build issue.
(cherry picked from commit 7c67f7f8d4c8aadbe8efd733c29d13bfcbb0f50f)
Diff:
---
gcc/config/riscv/riscv.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md
index a3ba7ef60975..aa14dae71a54 100644
--- a/gcc/config/riscv/riscv.md
+++ b/gcc/config/riscv/riscv.md
@@ -4880,12 +4880,12 @@
(include "sync-ztso.md")
(include "peephole.md")
(include "pic.md")
+(include "vector.md")
(include "vector-crypto.md")
(include "vector-bfloat16.md")
(include "zicond.md")
(include "sfb.md")
(include "zc.md")
-(include "vector.md")
;; Vendor extensions
(include "thead.md")
(include "corev.md")
More information about the Gcc-cvs
mailing list