[Bug c/104693] Can't disable "comparison between pointer and integer"

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Feb 26 08:51:38 GMT 2022


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
   Last reconfirmed|                            |2022-02-26
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed, the C++ front-end can turn off this warning with -Wno-pointer-arith
so I don't see why the C front-end could be made to do the same.


More information about the Gcc-bugs mailing list