https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99944

Martin Sebor <msebor at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msebor at gcc dot gnu.org
           Severity|normal                      |minor
            Summary|incorrect                   |poor format of array
                   |maybe-uninitialized warning |reference in
                   |on variable defined as an   |-Wuninitialized
                   |array                       |
   Last reconfirmed|                            |2021-04-14
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #3 from Martin Sebor <msebor at gcc dot gnu.org> ---
So the issues here are that a) the MEM_REF isn't formatted as neatly as it
could be, and b) that the warning says 'f' when it should mention 'f[0]'.  Let
me confirm this on that basis.

Reply via email to