Commit 1832d326 by Steve Ellcey Committed by Steve Ellcey

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

From-SVN: r110476
parent c1a9321f
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
......
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment