https://gcc.gnu.org/g:24ba6f2f96340f98d0d84b60c5f6bb1141500b03
commit r16-4312-g24ba6f2f96340f98d0d84b60c5f6bb1141500b03 Author: Sam James <[email protected]> Date: Thu Oct 9 03:38:06 2025 +0100 doc: fix grammar nit gcc/ChangeLog: * doc/invoke.texi: Add missing full stop. Diff: --- gcc/doc/invoke.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 8802d416b30c..41ce025350e7 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8464,7 +8464,7 @@ It warns about code that might break the strict aliasing rules that the compiler is using for optimization. The warning does not catch all cases, but does attempt to catch the more common pitfalls. It is included in @option{-Wall}. -It is equivalent to @option{-Wstrict-aliasing=3} +It is equivalent to @option{-Wstrict-aliasing=3}. @opindex Wstrict-aliasing=n @item -Wstrict-aliasing=n
