diff options
author | Richard Biener <rguenther@suse.de> | 2015-10-28 10:07:03 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2015-10-28 10:07:03 +0000 |
commit | 6d27d749d70f21c40b58918b9aca2cfbb2f8d5e4 (patch) | |
tree | 627c9143b80f24e29686e3f31ed1c27d0dfb24c7 /gcc/doc | |
parent | 254b22cc79c594756343f645cbcf7163e39cf5b4 (diff) | |
download | gcc-6d27d749d70f21c40b58918b9aca2cfbb2f8d5e4.zip gcc-6d27d749d70f21c40b58918b9aca2cfbb2f8d5e4.tar.gz gcc-6d27d749d70f21c40b58918b9aca2cfbb2f8d5e4.tar.bz2 |
common.opt (fchecking): New flag controlling flag_checking.
2015-10-28 Richard Biener <rguenther@suse.de>
* common.opt (fchecking): New flag controlling flag_checking.
* passes.c (verify_curr_properties): Drop DEBUG_FUNCTION.
* timevar.c (timer::print): Adjust output.
* doc/invoke.texi (fchecking): Document.
From-SVN: r229480
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 462eef0..76fdc31 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -310,7 +310,7 @@ Objective-C and Objective-C++ Dialects}. -fsanitize=@var{style} -fsanitize-recover -fsanitize-recover=@var{style} @gol -fasan-shadow-offset=@var{number} -fsanitize-sections=@var{s1},@var{s2},... @gol -fsanitize-undefined-trap-on-error @gol --fcheck-pointer-bounds -fchkp-check-incomplete-type @gol +-fcheck-pointer-bounds -fchecking -fchkp-check-incomplete-type @gol -fchkp-first-field-has-own-bounds -fchkp-narrow-bounds @gol -fchkp-narrow-to-innermost-array -fchkp-optimize @gol -fchkp-use-fast-string-functions -fchkp-use-nochk-string-functions @gol @@ -6145,6 +6145,12 @@ structure field attribute (@pxref{Type Attributes}) and functions for controlling the Pointer Bounds Checker. @xref{Pointer Bounds Checker builtins}, for more information. +@item -fchecking +@opindex fchecking +@opindex fno-checking +Enable internal consistency checking. The default depends on +the compiler configuration. + @item -fchkp-check-incomplete-type @opindex fchkp-check-incomplete-type @opindex fno-chkp-check-incomplete-type |