A polite ping :) Thanks!

On Mon, Nov 03, 2025 at 09:14:13AM +0000, Yury Khrustalev wrote:
> Base commit: 22b3de712f7
> 
> Passes regression on AArch64. OK for trunk?
> 
> Changes in v4:
>  - Fixed commend for MODE_VECTOR_BOOL (reverted previous change back).
>  - Rebased on recent master
>  - v3: https://patchwork.sourceware.org/project/gcc/list/?series=53063
> 
> Changes in v3:
>  - Extract bit stride (element bit-size) from array types's type mode.
>  - Added fixes for comments describing modes for vectors of booleans.
>  - v2: https://patchwork.sourceware.org/project/gcc/list/?series=53016
> 
> Changes in v2:
>  - Detect if we work with a packed boolean vector using a combination
>    of VECTOR_BOOLEAN_TYPE_P and GET_MODE_CLASS (TYPE_MODE_RAW (type)).
>  - Set DW_AT_bit_size to 1 in the referenced DIE.
>  - Added more tests.
>  - v1: https://patchwork.sourceware.org/project/gcc/list/?series=52149
>
> ...

Reply via email to