diff options
author | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-30 16:08:29 +0000 |
---|---|---|
committer | matz <matz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-30 16:08:29 +0000 |
commit | 715d27f548b92947692f686ba6b5d1f51968be00 (patch) | |
tree | d90754e9f93203deb383a3522cce6ce2cb3fb5ef /gcc/cp/repo.c | |
parent | 2e0232350db7861c889065652f31f9b7e282fa5c (diff) | |
download | gcc-715d27f548b92947692f686ba6b5d1f51968be00.tar.gz |
* repo.c (finish_repo): Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161612 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r-- | gcc/cp/repo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c index 15c6d658a8e..2a08c8fa412 100644 --- a/gcc/cp/repo.c +++ b/gcc/cp/repo.c @@ -269,7 +269,7 @@ finish_repo (void) for (ix = VEC_length (tree, pending_repo) - 1; VEC_iterate (tree, pending_repo, ix, val); - ix--); + ix--) { tree name = DECL_ASSEMBLER_NAME (val); char type = IDENTIFIER_REPO_CHOSEN (name) ? 'C' : 'O'; |