diff options
Diffstat (limited to 'gcc/tree-chkp-opt.c')
-rw-r--r-- | gcc/tree-chkp-opt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-chkp-opt.c b/gcc/tree-chkp-opt.c index 6cf086c..780b5ac 100644 --- a/gcc/tree-chkp-opt.c +++ b/gcc/tree-chkp-opt.c @@ -610,7 +610,7 @@ chkp_get_check_result (struct check_info *ci, tree bounds) chkp_collect_value (DECL_INITIAL (bnd_var), bound_val); if (ci->type == CHECK_UPPER_BOUND) { - if (TREE_CODE (var) == VAR_DECL) + if (VAR_P (var)) { if (DECL_SIZE (var) && !chkp_variable_size_type (TREE_TYPE (var))) |