on 2023/7/17 14:39, Richard Biener wrote:
> On Mon, Jul 17, 2023 at 4:22 AM Kewen.Lin wrote:
>>
>> Hi,
>>
>> As PR110652 and its duplicate PRs show, there could be one
>> build error
>>
>> error: 'new_temp' may be used uninitialized
>>
>> for some build configurations. It's a false positive war
On Mon, Jul 17, 2023 at 4:22 AM Kewen.Lin wrote:
>
> Hi,
>
> As PR110652 and its duplicate PRs show, there could be one
> build error
>
> error: 'new_temp' may be used uninitialized
>
> for some build configurations. It's a false positive warning
> (or error at -Werror), but in order to make th
Hi,
As PR110652 and its duplicate PRs show, there could be one
build error
error: 'new_temp' may be used uninitialized
for some build configurations. It's a false positive warning
(or error at -Werror), but in order to make the build succeed,
this patch is to initialize the reported variable