https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86971
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|c++ |libstdc++ --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- No, the wording is correct, "anything else" would not make sense. You need to look at the full output: cc1plus: warning: -Wabi won't warn about anything [-Wabi] cc1plus: note: -Wabi warns about differences from the most up-to-date ABI, which is also used by default cc1plus: note: use e.g. -Wabi=11 to warn about changes from GCC 7 This has already been fixed on trunk with r262824