diff options
Diffstat (limited to 'gcc/expr.c')
-rw-r--r-- | gcc/expr.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6061,7 +6061,7 @@ component_ref_field_offset (tree exp) /* Return 1 if T is an expression that get_inner_reference handles. */ int -handled_component_p (tree t) +handled_component_p (const_tree t) { switch (TREE_CODE (t)) { |