This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch, committed] Remove obsolete asan remark from invoke.texi


As suggested by Kostya.

Committed as Rev. 193764.

Tobias
Index: gcc/ChangeLog
===================================================================
--- gcc/ChangeLog	(Revision 193763)
+++ gcc/ChangeLog	(Arbeitskopie)
@@ -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: gcc/doc/invoke.texi
===================================================================
--- gcc/doc/invoke.texi	(Revision 193763)
+++ gcc/doc/invoke.texi	(Arbeitskopie)
@@ -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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]