https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118595
Jeffrey A. Law <law at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED --- Comment #5 from Jeffrey A. Law <law at gcc dot gnu.org> --- Ignore my last message. I forgot to set QEMU's vector size. These issues are fixed on the trunk. This change fixed the failures: commit 1905b59fdc58ce67e508b99dff105afebaaa9bb1 Author: Vineet Gupta <vine...@rivosinc.com> Date: Thu Oct 24 15:15:40 2024 -0700 RISC-V: fix const interleaved stepped vector with a scalar pattern When bisecting for ICE in PR/117353, commit 771256bcb9dd ("RISC-V: Emit costs for bool and stepped const vectors") uncovered yet another latent issue (first noted [1]) [1] https://github.com/patrick-rivos/gcc-postcommit-ci/issues/1625 This patch fixes some of the fortran regressions from that report. Fixes 71a5ac6703d1 ("RISC-V: Support interleave vector with different step sequence")