aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index e8bd858..6bfc29e 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -5068,6 +5068,8 @@ extern bool contains_packed_reference (const_tree exp);
extern tree array_ref_element_size (tree);
+bool array_at_struct_end_p (tree);
+
/* Return a tree representing the lower bound of the array mentioned in
EXP, an ARRAY_REF or an ARRAY_RANGE_REF. */