https://gcc.gnu.org/bugzilla/show_bug.cgi?id=58973
--- Comment #2 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <san...@gcc.gnu.org>: https://gcc.gnu.org/g:0acac6c432aef97222f14a1b87b9e9f9ee94c9e8 commit r15-9163-g0acac6c432aef97222f14a1b87b9e9f9ee94c9e8 Author: Sandra Loosemore <sloosem...@baylibre.com> Date: Wed Apr 2 21:29:33 2025 +0000 Doc: Improve wording of -Werror documentation [PR58973] gcc/ChangeLog PR driver/58973 * common.opt (Werror, Werror=): Use less awkward wording in description. (pedantic-errors): Likewise. * doc/invoke.texi (Warning Options): Likewise for -Werror and -Werror= here. Co-Authored-By: GUO Yixuan <culu....@gmail.com>