aboutsummaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index 270e4ed..334e72b 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5993,8 +5993,8 @@ used_arg (p, len)
}
matches[i].rep_len = q - matches[i].replace;
i++;
- if (*q != ';')
- break;
+ if (*q == ';')
+ q++;
}
/* Now build a list of the replacement string for switches that we care