diff options
Diffstat (limited to 'gcc/lto-symtab.c')
-rw-r--r-- | gcc/lto-symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/lto-symtab.c b/gcc/lto-symtab.c index 9e782d578a2..bdfbd7d67a2 100644 --- a/gcc/lto-symtab.c +++ b/gcc/lto-symtab.c @@ -601,7 +601,7 @@ lto_symtab_merge_decls_2 (void **slot) return; /* Diagnose all mismatched re-declarations. */ - for (i = 0; VEC_iterate (tree, mismatches, i, decl); ++i) + FOR_EACH_VEC_ELT (tree, mismatches, i, decl) { if (!gimple_types_compatible_p (TREE_TYPE (prevailing->decl), TREE_TYPE (decl), GTC_DIAG)) |