https://gcc.gnu.org/bugzilla/show_bug.cgi?id=123127
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Other warnings are implemented in the middle-end and so do actually have
information about possible value ranges. Some warnings are implemented purely
in the front-end and only consider the types involved, not values.