aboutsummaryrefslogtreecommitdiff
path: root/gcc/langhooks.h
diff options
context:
space:
mode:
authorIlya Enkovich <ilya.enkovich@intel.com>2013-11-08 10:57:54 +0000
committerKirill Yukhin <kyukhin@gcc.gnu.org>2013-11-08 10:57:54 +0000
commit05ff7470028712278048d02c87c6e7682b45e099 (patch)
tree1bdc6fc09b68cb34f7aa033fad68ecfdce9c05ed /gcc/langhooks.h
parentac088ba1f0efb35aa2b3d63021c0bafdb8328883 (diff)
downloadgcc-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/langhooks.h')
-rw-r--r--gcc/langhooks.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/langhooks.h b/gcc/langhooks.h
index 48f18ac..9539e7d 100644
--- a/gcc/langhooks.h
+++ b/gcc/langhooks.h
@@ -491,9 +491,6 @@ struct lang_hooks
gimplification. */
bool deep_unsharing;
- /* True if this language allows pointers checker instrumentation. */
- bool chkp_supported;
-
/* Whenever you add entries here, make sure you adjust langhooks-def.h
and langhooks.c accordingly. */
};