invoke.texi: add missing option to -fanalyzer list
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 28 Feb 2020 13:55:55 +0000 (08:55 -0500)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 2 Mar 2020 21:42:57 +0000 (16:42 -0500)
gcc/ChangeLog:
* doc/invoke.texi (Static Analyzer Options): Add
-Wanalyzer-stale-setjmp-buffer to the list of options enabled
by -fanalyzer.

gcc/ChangeLog
gcc/doc/invoke.texi

index d27b74a1a0a612bc8af84136db0ca476050e1c69..2944f8f4c50844924634a06242d684b2e6e98ae2 100644 (file)
@@ -1,3 +1,9 @@
+2020-03-02  David Malcolm  <dmalcolm@redhat.com>
+
+       * doc/invoke.texi (Static Analyzer Options): Add
+       -Wanalyzer-stale-setjmp-buffer to the list of options enabled
+       by -fanalyzer.
+
 2020-03-02  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/93997
index 4f88fe689996267f29c44bc4e002522255729063..dc7440db1033992f0ee154058ff385d274516517 100644 (file)
@@ -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