Commit e3536b82 by Tristan Gingold Committed by Tristan Gingold

gcov.c (main): Call expandargv.

2008-08-29  Tristan Gingold  <gingold@adacore.com>

	* gcov.c (main): Call expandargv.

From-SVN: r139759
parent f873f15f
2008-08-29 Tristan Gingold <gingold@adacore.com>
* gcov.c (main): Call expandargv.
2008-08-29 Jan Hubicka <jh@suse.cz>
* tree-ssa-loop-ch.c (should_duplicate_loop_header_p): Check that loop
......
......@@ -361,6 +361,9 @@ main (int argc, char **argv)
gcc_init_libintl ();
/* Handle response files. */
expandargv (&argc, &argv);
argno = process_args (argc, argv);
if (optind == argc)
print_usage (true);
......
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