r204563 - in /trunk/gcc: ChangeLog c-family/c.o...

kyukhin@gcc.gnu.org kyukhin@gcc.gnu.org
Fri Nov 8 10:57:00 GMT 2013


Author: kyukhin
Date: Fri Nov  8 10:57:54 2013
New Revision: 204563

URL: http://gcc.gnu.org/viewcvs?rev=204563&root=gcc&view=rev
Log:
        * 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.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/c.opt
    trunk/gcc/common.opt
    trunk/gcc/langhooks-def.h
    trunk/gcc/langhooks.h
    trunk/gcc/toplev.c



More information about the Gcc-cvs mailing list