invoke.texi (-fsanitize=address): Remove obsolete remark.
2012-11-23 Tobias Burnus <burnus@net-b.de> * doc/invoke.texi (-fsanitize=address): Remove obsolete remark. From-SVN: r193764
This commit is contained in:
parent
644525ff99
commit
a1b98cc1f1
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue