Hello. The issues was created when I added new option (-x).
Martin
>From 4015b8f22dbdf8d3019ce4a8927c5f91bef7258b Mon Sep 17 00:00:00 2001 From: marxin <mli...@suse.cz> Date: Tue, 7 Mar 2017 14:51:08 +0100 Subject: [PATCH] gcov: put comment to correct location. gcc/ChangeLog: 2017-03-07 Martin Liska <mli...@suse.cz> * gcov.c (process_args): Put comment to correct location. --- gcc/gcov.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/gcov.c b/gcc/gcov.c index 06880c1d182..4198decdabc 100644 --- a/gcc/gcov.c +++ b/gcc/gcov.c @@ -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); -- 2.11.1