diff options
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h index e719be2ed40..3d7fcabe142 100644 --- a/gcc/tree.h +++ b/gcc/tree.h @@ -4451,6 +4451,7 @@ extern bool tree_expr_nonnegative_warnv_p (tree, bool *); extern bool may_negate_without_overflow_p (const_tree); extern tree strip_array_types (tree); extern tree excess_precision_type (tree); +extern bool valid_constant_size_p (const_tree); /* Construct various nodes representing fract or accum data types. */ |