Re: [PATCH] tree-optimization: Fix use of uninitialized variables warnings [PR94952]

2020-05-15 Thread Jeff Law via Gcc-patches
On Tue, 2020-05-05 at 20:16 +0200, Stefan Schulze Frielinghaus via Gcc-patches wrote: > While bootstrapping GCC on S/390 with --enable-checking=release several > warnings about use of uninitialized variables bitpos, bitregion_start, and > bitregion_end of function pass_store_merging::process_store

[PATCH] tree-optimization: Fix use of uninitialized variables warnings [PR94952]

2020-05-05 Thread Stefan Schulze Frielinghaus via Gcc-patches
While bootstrapping GCC on S/390 with --enable-checking=release several warnings about use of uninitialized variables bitpos, bitregion_start, and bitregion_end of function pass_store_merging::process_store are raised. According to PR94952 these seem to be false positives which are silenced by init