https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77721
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|-Wformat-length not uses |-Wformat-truncation not
|arg range for converted |uses arg range for
|vars |converted vars
--- Comment #5 from Martin Sebor <msebor at gcc dot gnu.org> ---
The warning has been renamed to -Wformat-overflow (and -Wformat-truncation).
Adjusting Summary.
