]> git.ipfire.org Git - thirdparty/gcc.git/commit
* builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 12:30:52 +0000 (12:30 +0000)
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Nov 2013 12:30:52 +0000 (12:30 +0000)
commit0fcb889cab55c4efaed1e7ec8021cb55ff5f0fb4
treec33b65ba49a84fb08a5cd31eafd59e6001a95d59
parentf1c8b4d7a477f2734ba9fb637d62ad19758dac1a
    * builtin-types.def (BT_FN_PTR_CONST_PTR_VAR): New.
        * chkp-builtins.def (BUILT_IN_CHKP_BIND_BOUNDS): New.
        * cfgexpand.c (expand_call_stmt): Expand BUILT_IN_CHKP_BIND_BOUNDS.
        * gimple.c (gimple_call_get_nobnd_arg_index): Remove.
        * gimple.h (gf_mask): Add GF_CALL_WITH_BOUNDS.
        (gimple_call_with_bounds_p): New.
        (gimple_call_set_with_bounds): New.
        (gimple_call_num_nobnd_args): Remove.
        (gimple_call_nobnd_arg): Remove.
        * tree.h (CALL_WITH_BOUNDS_P): New.
        * rtl.h (CALL_EXPR_WITH_BOUNDS_P): New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204947 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/builtin-types.def
gcc/cfgexpand.c
gcc/chkp-builtins.def
gcc/gimple.c
gcc/gimple.h
gcc/rtl.h
gcc/tree.h