https://gcc.gnu.org/g:2a1220a4a02033fe3c4a8cb6e27d1e0646bf2040
commit r16-7411-g2a1220a4a02033fe3c4a8cb6e27d1e0646bf2040 Author: Richard Biener <[email protected]> Date: Mon Feb 9 14:06:09 2026 +0100 Fix typo in analyzer docs * doc/analyzer.texi (State Tracking): Fix typo. Diff: --- gcc/doc/analyzer.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/doc/analyzer.texi b/gcc/doc/analyzer.texi index af87d90237e9..c9f5a3acbff5 100644 --- a/gcc/doc/analyzer.texi +++ b/gcc/doc/analyzer.texi @@ -219,7 +219,7 @@ To prevent this, we follow various approaches: @enumerate a @item state pruning: which tries to discard state that won't be relevant -later on withing the function. +later on within the function. This can be disabled via @option{-fno-analyzer-state-purge}. @item
