[Bug tree-optimization/102196] -Wmaybe-uninitialized: Maybe generate helpful hints?

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Sep 3 19:59:46 GMT 2021


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
          Component|middle-end                  |tree-optimization
             Status|UNCONFIRMED                 |WAITING
   Last reconfirmed|                            |2021-09-03
           Keywords|                            |diagnostic

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
They should show the usage of the variable and where the declaration of the
variable is.
Can you show what output you get from compiling binutils?
Maybe even attach the preprocessed source.


More information about the Gcc-bugs mailing list