diff options
author | Ilya Enkovich <ilya.enkovich@intel.com> | 2013-11-08 10:57:54 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2013-11-08 10:57:54 +0000 |
commit | 05ff7470028712278048d02c87c6e7682b45e099 (patch) | |
tree | 1bdc6fc09b68cb34f7aa033fad68ecfdce9c05ed /gcc/common.opt | |
parent | ac088ba1f0efb35aa2b3d63021c0bafdb8328883 (diff) | |
download | gcc-05ff7470028712278048d02c87c6e7682b45e099.zip gcc-05ff7470028712278048d02c87c6e7682b45e099.tar.gz gcc-05ff7470028712278048d02c87c6e7682b45e099.tar.bz2 |
common.opt (fcheck-pointer-bounds): Move to ...
* common.opt (fcheck-pointer-bounds): Move to ...
* c-family/c.opt: ... here.
* langhooks-def.h (LANG_HOOKS_CHKP_SUPPORTED): Remove.
(LANG_HOOKS_INITIALIZER): Remove LANG_HOOKS_CHKP_SUPPORTED.
* langhooks.h (lang_hooks): Remove chkp_supported field.
* toplev.c (process_options): Remove chkp_supported check.
From-SVN: r204563
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 7e1e3de..d5971df 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -874,11 +874,6 @@ fbounds-check Common Report Var(flag_bounds_check) Generate code to check bounds before indexing arrays -fcheck-pointer-bounds -Common Report Var(flag_check_pointer_bounds) -Add Pointer Bounds Checker instrumentation. fchkp-* flags are used to -control instrumentation. Currently available for C, C++ and ObjC. - fbranch-count-reg Common Report Var(flag_branch_on_count_reg) Init(1) Optimization Replace add, compare, branch with branch on count register |