OSDN Git Service

(print_multilib_info): Initialize last_path_len to 0.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Dec 1994 19:16:48 +0000 (19:16 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 29 Dec 1994 19:16:48 +0000 (19:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8706 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/gcc.c

index efa2c3c..84ae4ef 100644 (file)
--- 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')
     {