https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98970
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |diagnostic
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The manual says:
The effectiveness of some warnings depends on optimizations also being enabled.
For example -Wsuggest-final-types is more effective with link-time optimization
and -Wmaybe-uninitialized does not warn at all unless optimization is enabled.