diff options
Diffstat (limited to 'gcc/fortran/trans-common.c')
-rw-r--r-- | gcc/fortran/trans-common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/trans-common.c b/gcc/fortran/trans-common.c index 4b95f5f..8c30309 100644 --- a/gcc/fortran/trans-common.c +++ b/gcc/fortran/trans-common.c @@ -955,7 +955,7 @@ find_equivalence (segment_info *n) segment list multiple times to include indirect equivalences. Since a new segment_info can inserted at the beginning of the segment list, depending on its offset, we have to force a final pass through the - loop by demanding that completion sees a pass with no matches; ie. + loop by demanding that completion sees a pass with no matches; i.e., all symbols with equiv_built set and no new equivalences found. */ static void |