diff options
Diffstat (limited to 'gcc/tree-nested.c')
-rw-r--r-- | gcc/tree-nested.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-nested.c b/gcc/tree-nested.c index c4f9b808af5..c6703b78acf 100644 --- a/gcc/tree-nested.c +++ b/gcc/tree-nested.c @@ -2304,7 +2304,7 @@ remap_vla_decls (tree block, struct nesting_info *root) static bool fold_mem_refs (const void *e, void *data ATTRIBUTE_UNUSED) { - tree *ref_p = CONST_CAST2(tree *, const tree *, (const tree *)e); + tree *ref_p = CONST_CAST2 (tree *, const tree *, (const tree *)e); *ref_p = fold (*ref_p); return true; } |