diff options
Diffstat (limited to 'gcc/f/com.c')
| -rw-r--r-- | gcc/f/com.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/com.c b/gcc/f/com.c index 73f8408..93d8c44 100644 --- a/gcc/f/com.c +++ b/gcc/f/com.c @@ -14804,7 +14804,7 @@ init_decl_processing () malloc_init (); /* Record our roots. */ - for (i = 0; i < sizeof(tree_roots)/sizeof(tree_roots[0]); i++) + for (i = 0; i < ARRAY_SIZE (tree_roots); i++) ggc_add_tree_root (tree_roots[i], 1); ggc_add_tree_root (&ffecom_tree_type[0][0], FFEINFO_basictype*FFEINFO_kindtype); |
