On Thu, 16 Apr 2020, Jakub Jelinek wrote:
> Hi!
>
> GCC 4.2 (but I think not the latest tip of GCC 4.2 branch) has broken value
> initialization, see PR33916. The following patch provides a workaround for
> that. Tested with GCC 4.2 on a reduced testcase I've distilled from the
> assign_param_d
Hi!
GCC 4.2 (but I think not the latest tip of GCC 4.2 branch) has broken value
initialization, see PR33916. The following patch provides a workaround for
that. Tested with GCC 4.2 on a reduced testcase I've distilled from the
assign_param_data_one class which has been miscompiled the same,
and