On April 10, 2021 8:11:33 AM GMT+02:00, Jakub Jelinek wrote:
>Hi!
>
>This PR is about a -W*uninitialized warning on riscv64.
>alloca_type_and_limit is documented to have limit member only defined
>when type is ALLOCA_BOUND_MAYBE_LARGE or ALLOCA_BOUND_DEFINITELY_LARGE
>and otherwise just default c
Hi!
This PR is about a -W*uninitialized warning on riscv64.
alloca_type_and_limit is documented to have limit member only defined
when type is ALLOCA_BOUND_MAYBE_LARGE or ALLOCA_BOUND_DEFINITELY_LARGE
and otherwise just default constructs limit, which for wide_int means
no initialization at all.