Re: [PATCH] Make uninit PHI processing more consistent

2022-08-30 Thread Richard Biener via Gcc-patches
On Mon, 29 Aug 2022, Richard Biener wrote: > On Mon, 29 Aug 2022, Richard Biener wrote: > > [...] > > > The patch correctly diagnoses an uninitalized use of 'regnum' > > in store_bit_field_1 but also diagnoses an uninitialized use of > > best_match::m_best_candidate_len which I've chosen to sile

Re: [PATCH] Make uninit PHI processing more consistent

2022-08-29 Thread Richard Biener via Gcc-patches
On Mon, 29 Aug 2022, Richard Biener wrote: [...] > The patch correctly diagnoses an uninitalized use of 'regnum' > in store_bit_field_1 but also diagnoses an uninitialized use of > best_match::m_best_candidate_len which I've chosen to silence > without analyzing it in detail (I'm doing that right