OSDN Git Service

2012-11-23 Tobias Burnus <burnus@net-b.de>
authorburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Nov 2012 17:14:56 +0000 (17:14 +0000)
committerburnus <burnus@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 23 Nov 2012 17:14:56 +0000 (17:14 +0000)
        * doc/invoke.texi (-fsanitize=address): Remove obsolete
        remark.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193764 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/invoke.texi

index ee7531c..f7b3c92 100644 (file)
@@ -1,3 +1,8 @@
+2012-11-23  Tobias Burnus  <burnus@net-b.de>
+
+       * doc/invoke.texi (-fsanitize=address): Remove obsolete
+       remark.
+
 2012-11-23  Jakub Jelinek  <jakub@redhat.com>
 
        PR c++/54046
@@ -75,7 +80,7 @@
        directly checking limit.
        * params.def (HOT_BB_COUNT_FRACTION): Remove.
        (HOT_BB_COUNT_WS_PERMILLE): New parameter.
-       * invoke.texi (hot-bb-count-fraction): Remove.
+       * doc/invoke.texi (hot-bb-count-fraction): Remove.
        (hot-bb-count-ws-permille): Document.
 
 2012-11-22  Vladimir Makarov  <vmakarov@redhat.com>
index 59fa35e..8e999cb 100644 (file)
@@ -6860,7 +6860,7 @@ The default is @option{-fzero-initialized-in-bss}.
 @item -fsanitize=address
 Enable AddressSanitizer, a fast memory error detector.
 Memory access instructions will be instrumented to detect
-out-of-bounds and use-after-free bugs. So far only heap bugs will be detected.
+out-of-bounds and use-after-free bugs.
 See @uref{http://code.google.com/p/address-sanitizer/} for more details.
 
 @item -fsanitize=thread