Re: [RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-11 Thread Martin Jambor
Hi, On Mon, Nov 11 2019, Martin Sebor wrote: > On 11/11/19 10:29 AM, Martin Jambor wrote: >> On Mon, Nov 11 2019, Martin Sebor wrote: >>> On 11/8/19 5:41 AM, Martin Jambor wrote: Hi, this patch is an attempt to implement my idea from a previous thread about moving -Wmaybe-unini

Re: [RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-11 Thread Martin Sebor
On 11/11/19 10:29 AM, Martin Jambor wrote: Hi, On Mon, Nov 11 2019, Martin Sebor wrote: On 11/8/19 5:41 AM, Martin Jambor wrote: Hi, this patch is an attempt to implement my idea from a previous thread about moving -Wmaybe-uninitialized to -Wextra: https://gcc.gnu.org/ml/gcc-patches/2019-02/

Re: [RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-11 Thread Martin Jambor
Hi, On Mon, Nov 11 2019, Martin Sebor wrote: > On 11/8/19 5:41 AM, Martin Jambor wrote: >> Hi, >> >> this patch is an attempt to implement my idea from a previous thread >> about moving -Wmaybe-uninitialized to -Wextra: >> >> https://gcc.gnu.org/ml/gcc-patches/2019-02/msg00220.html >> >> Specif

Re: [RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-11 Thread Martin Sebor
On 11/8/19 5:41 AM, Martin Jambor wrote: Hi, this patch is an attempt to implement my idea from a previous thread about moving -Wmaybe-uninitialized to -Wextra: https://gcc.gnu.org/ml/gcc-patches/2019-02/msg00220.html Specifically, it attempts to split -Wmaybe-uninitialized into those that are

Re: [RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-11 Thread Martin Jambor
Hi, On Mon, Nov 11 2019, Richard Biener wrote: > On Fri, Nov 8, 2019 at 1:41 PM Martin Jambor wrote: >> >> Hi, >> >> this patch is an attempt to implement my idea from a previous thread >> about moving -Wmaybe-uninitialized to -Wextra: >> >> https://gcc.gnu.org/ml/gcc-patches/2019-02/msg00220.ht

Re: [RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-11 Thread Richard Biener
On Fri, Nov 8, 2019 at 1:41 PM Martin Jambor wrote: > > Hi, > > this patch is an attempt to implement my idea from a previous thread > about moving -Wmaybe-uninitialized to -Wextra: > > https://gcc.gnu.org/ml/gcc-patches/2019-02/msg00220.html > > Specifically, it attempts to split -Wmaybe-uninitia

[RFC] Only warn for maybe-uninitialized SRAed bits in -Wextra (PR 80635)

2019-11-08 Thread Martin Jambor
Hi, this patch is an attempt to implement my idea from a previous thread about moving -Wmaybe-uninitialized to -Wextra: https://gcc.gnu.org/ml/gcc-patches/2019-02/msg00220.html Specifically, it attempts to split -Wmaybe-uninitialized into those that are about SRA DECLs and those which are not, a