* tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.
commitd04d14c8e6fe9049bfa73db6707695ec8b535de5
authorkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Oct 2013 09:09:44 +0000 (30 09:09 +0000)
committerkyukhin <kyukhin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 30 Oct 2013 09:09:44 +0000 (30 09:09 +0000)
tree5587fa3d365aa2710f61defe58124d11a5e1e147
parentb4c881eb3518fdcefebbbb84a89d1e5b1b33a03f
    * tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.
        * tree.h (POINTER_BOUNDS_P): New.
        (BOUNDED_TYPE_P): New.
        (BOUNDED_P): New.
        (pointer_bounds_type_node): New.
        * tree.c (build_common_tree_nodes): Initialize
        pointer_bounds_type_node.
        * gimple.h (gimple_call_get_nobnd_arg_index): New.
        (gimple_call_num_nobnd_args): New.
        (gimple_call_nobnd_arg): New.
        (gimple_return_retbnd): New.
        (gimple_return_set_retbnd): New
        * gimple.c (gimple_build_return): Increase number of ops
        for return statement.
        (gimple_call_get_nobnd_arg_index): New.
        * gimple-pretty-print.c (dump_gimple_return): Print second op.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204199 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/chkp-builtins.def [new file with mode: 0644]
gcc/gimple-pretty-print.c
gcc/gimple.c
gcc/gimple.h
gcc/tree-core.h
gcc/tree.c
gcc/tree.h