Hi Mark:
Thanks for notifying me, fixed on the trunk :)
[1]
https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d3651f07bbf56837f019e366b75d01f197dab2f1
On Fri, May 2, 2025 at 4:31 AM Mark Wielaard wrote:
> Hi Kito,
>
> Unfortunately this breaks bootstrap for riscv:
>
> ../../gcc/gcc/config/riscv/ge
Hi Kito,
Unfortunately this breaks bootstrap for riscv:
../../gcc/gcc/config/riscv/genrvv-type-indexer.cc: In function ‘int main(int,
const char**)’:
../../gcc/gcc/config/riscv/genrvv-type-indexer.cc:302:7: error: this ‘for’
clause does not guard... [-Werror=misleading-indentation]
302 |
pushed to trunk
On Tue, Apr 29, 2025 at 9:14 PM Kito Cheng wrote:
>
> From: yulong
>
> This version is same as v5, but rebase to trunk, send out to trigger CI.
>
> This commit adds intrinsics support for Xsfvcp extension.
> Diff with V4: Delete the sifive_vector.h file.
>
> Co-Authored by: Jiawe