From: David Malcolm Date: Fri, 28 Feb 2020 13:55:55 +0000 (-0500) Subject: invoke.texi: add missing option to -fanalyzer list X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6e4444078aec716aa8214c13d7d20292aa232b5b;p=gcc.git invoke.texi: add missing option to -fanalyzer list gcc/ChangeLog: * doc/invoke.texi (Static Analyzer Options): Add -Wanalyzer-stale-setjmp-buffer to the list of options enabled by -fanalyzer. --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d27b74a1a0a..2944f8f4c50 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2020-03-02 David Malcolm + + * doc/invoke.texi (Static Analyzer Options): Add + -Wanalyzer-stale-setjmp-buffer to the list of options enabled + by -fanalyzer. + 2020-03-02 Uroš Bizjak PR target/93997 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 4f88fe68999..dc7440db103 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -8247,6 +8247,7 @@ Enabling this option effectively enables the following warnings: -Wanalyzer-possible-null-dereference @gol -Wanalyzer-null-argument @gol -Wanalyzer-null-dereference @gol +-Wanalyzer-stale-setjmp-buffer @gol -Wanalyzer-tainted-array-index @gol -Wanalyzer-unsafe-call-within-signal-handler @gol -Wanalyzer-use-after-free @gol