* common.opt (fcheck-pointer-bounds): Move to ...
commitac258e859aa245c3217e80b19bee58f4017fe641
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Nov 2013 10:57:54 +0000 (8 10:57 +0000)
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 8 Nov 2013 10:57:54 +0000 (8 10:57 +0000)
tree1bdc6fc09b68cb34f7aa033fad68ecfdce9c05ed
parent96ddb2846164043127f342b15f1c2b12b1581b67
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204563 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-family/c.opt
gcc/common.opt
gcc/langhooks-def.h
gcc/langhooks.h
gcc/toplev.c