> Hi Jin Ma,>
> Precommit has flagged a large number of ICEs with this patch on vector
> targets when applied to yesterday's daily bump[1]:
> https://github.com/ewlu/gcc-precommit-ci/issues/2037#issuecomment-2277469412
>
> Thanks,
> Patrick
>
> [1]
> https://github.com/gcc-mirror/gcc/commit/77cc
Hi Jin Ma,
Precommit has flagged a large number of ICEs with this patch on vector
targets when applied to yesterday's daily bump[1]:
https://github.com/ewlu/gcc-precommit-ci/issues/2037#issuecomment-2277469412
Thanks,
Patrick
[1]
https://github.com/gcc-mirror/gcc/commit/77ccfa6ac8d6e4dfefdea
> When compiling an interface for rounding of type 'vfloat16*' without using
> zvfh
> or zvfhmin, it is not enough to use FLOAT_MODE_P because the type does not
> support
> it. Although the subsequent riscv_validate_vector_type checks will still fail
> and throw exceptions, I don't think we shoul
When compiling an interface for rounding of type 'vfloat16*' without using zvfh
or zvfhmin, it is not enough to use FLOAT_MODE_P because the type does not
support
it. Although the subsequent riscv_validate_vector_type checks will still fail
and throw exceptions, I don't think we should have ICE he