summaryrefslogtreecommitdiff
path: root/gcc/gcc.c
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-12-29 19:16:48 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1994-12-29 19:16:48 +0000
commitafb4011aaaf09b0679f684ce34d21ec90accb75b (patch)
tree8b229b86ae2b9f374ae1fb79ed64de4e48cdda7a /gcc/gcc.c
parent43ad43ffcb6fb909472cb272da27991149a029e9 (diff)
downloadgcc-afb4011aaaf09b0679f684ce34d21ec90accb75b.tar.gz
(print_multilib_info): Initialize last_path_len to 0.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8706 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r--gcc/gcc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/gcc.c b/gcc/gcc.c
index efa2c3cd3d8..84ae4efa32b 100644
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -5075,7 +5075,8 @@ print_multilib_info ()
{
char *p = multilib_select;
char *last_path, *this_path;
- int last_path_len, skip, use_arg;
+ int skip, use_arg;
+ int last_path_len = 0;
while (*p != '\0')
{