Re: [PATCH] bootstrap: Fix building with GCC 4.2 [PR89494]

2020-04-16 Thread Richard Biener
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

[PATCH] bootstrap: Fix building with GCC 4.2 [PR89494]

2020-04-16 Thread Jakub Jelinek via Gcc-patches
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