invoke.texi: Move -faddress-sanitizer from Optimization Options to Debugging Options.
2012-11-12 Tobias Burnus <burnus@net-b.de> * doc/invoke.texi: Move -faddress-sanitizer from Optimization Options to Debugging Options. From-SVN: r193443
This commit is contained in:
parent
497a1c6692
commit
0fc1ec3eb9
@ -1,3 +1,8 @@
|
||||
2012-11-12 Tobias Burnus <burnus@net-b.de>
|
||||
|
||||
* doc/invoke.texi: Move -faddress-sanitizer from Optimization
|
||||
Options to Debugging Options.
|
||||
|
||||
2012-11-12 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* asan.c: Formatting cleanups.
|
||||
@ -164,7 +169,7 @@
|
||||
|
||||
* Makefile.in: Add asan.c and its dependencies.
|
||||
* common.opt: Add -faddress-sanitizer option.
|
||||
* invoke.texi: Document the new flag.
|
||||
* doc/invoke.texi: Document the new flag.
|
||||
* passes.c: Add the asan pass.
|
||||
* toplev.c (compile_file): Call asan_finish_file.
|
||||
* asan.c: New file.
|
||||
|
@ -289,7 +289,7 @@ Objective-C and Objective-C++ Dialects}.
|
||||
@item Debugging Options
|
||||
@xref{Debugging Options,,Options for Debugging Your Program or GCC}.
|
||||
@gccoptlist{-d@var{letters} -dumpspecs -dumpmachine -dumpversion @gol
|
||||
-fdbg-cnt-list -fdbg-cnt=@var{counter-value-list} @gol
|
||||
-faddress-sanitizer -fdbg-cnt-list -fdbg-cnt=@var{counter-value-list} @gol
|
||||
-fdisable-ipa-@var{pass_name} @gol
|
||||
-fdisable-rtl-@var{pass_name} @gol
|
||||
-fdisable-rtl-@var{pass-name}=@var{range-list} @gol
|
||||
@ -354,10 +354,10 @@ Objective-C and Objective-C++ Dialects}.
|
||||
@item Optimization Options
|
||||
@xref{Optimize Options,,Options that Control Optimization}.
|
||||
@gccoptlist{-falign-functions[=@var{n}] -falign-jumps[=@var{n}] @gol
|
||||
-falign-labels[=@var{n}] -falign-loops[=@var{n}] -faddress-sanitizer @gol
|
||||
--fassociative-math fauto-inc-dec -fbranch-probabilities @gol
|
||||
--fbranch-target-load-optimize fbranch-target-load-optimize2 @gol
|
||||
--fbtr-bb-exclusive -fcaller-saves @gol
|
||||
-falign-labels[=@var{n}] -falign-loops[=@var{n}] @gol
|
||||
-fassociative-math -fauto-inc-dec -fbranch-probabilities @gol
|
||||
-fbranch-target-load-optimize -fbranch-target-load-optimize2 @gol
|
||||
-fbtr-bb-exclusive -fcaller-saves @gol
|
||||
-fcheck-data-deps -fcombine-stack-adjustments -fconserve-stack @gol
|
||||
-fcompare-elim -fcprop-registers -fcrossjumping @gol
|
||||
-fcse-follow-jumps -fcse-skip-blocks -fcx-fortran-rules @gol
|
||||
|
Loading…
Reference in New Issue
Block a user