* gcc.c (process_command): Change j to 'unsigned int'.

From-SVN: r110476
This commit is contained in:
Steve Ellcey 2006-02-01 19:42:02 +00:00 committed by Steve Ellcey
parent c1a9321f29
commit 1832d32628
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-02-01 Steve Ellcey <sje@cup.hp.com>
* gcc.c (process_command): Change j to 'unsigned int'.
2006-01-31 Andrew Pinski <pinskia@physics.uc.edu>
PR middle-end/26001

View File

@ -3277,7 +3277,7 @@ process_command (int argc, const char **argv)
int lang_n_infiles = 0;
#ifdef MODIFY_TARGET_NAME
int is_modify_target_name;
int j;
unsigned int j;
#endif
GET_ENVIRONMENT (gcc_exec_prefix, "GCC_EXEC_PREFIX");