mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-04 18:41:59 +08:00
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
This commit is contained in:
parent
a5e9e3e458
commit
ec38330401
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user