Commit ec383304 by Martin Liska Committed by Martin Liska

gcov: put comment to correct location.

2017-03-07  Martin Liska  <mliska@suse.cz>

	* gcov.c (process_args): Put comment to correct location.

From-SVN: r245952
parent a5e9e3e4
2017-03-07 Martin Liska <mliska@suse.cz>
* gcov.c (process_args): Put comment to correct location.
2017-03-07 Martin Liska <mliska@suse.cz>
PR middle-end/68270
* tree-chkp.c (chkp_may_narrow_to_field): Add new argument ref.
Use array_at_struct_end_p instead of DECL_CHAIN (field).
......
......@@ -776,11 +776,11 @@ process_args (int argc, char **argv)
case 'd':
flag_display_progress = 1;
break;
case 'v':
print_version ();
case 'x':
flag_hash_filenames = 1;
break;
case 'v':
print_version ();
/* print_version will exit. */
default:
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