Re: [PATCH] Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).

2017-12-20 Thread Jeff Law
On 12/20/2017 07:43 AM, Martin Liška wrote: > Hi. > > It's quite simple bug, where we read more than allowed in case of GCDA files. > Tested on couple of source files. > > Ready for trunk? > Thanks, > Martin > > gcc/ChangeLog: > > 2017-12-20 Martin Liska > > PR gcov-profile/83509 >

Re: [PATCH] Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).

2017-12-20 Thread Nathan Sidwell
On 12/20/2017 09:43 AM, Martin Liška wrote: Hi. It's quite simple bug, where we read more than allowed in case of GCDA files. Tested on couple of source files. ok -- Nathan Sidwell

[PATCH] Fix gcov-dump tool for GCDA files (PR gcov-profile/83509).

2017-12-20 Thread Martin Liška
Hi. It's quite simple bug, where we read more than allowed in case of GCDA files. Tested on couple of source files. Ready for trunk? Thanks, Martin gcc/ChangeLog: 2017-12-20 Martin Liska PR gcov-profile/83509 * gcov-dump.c (dump_gcov_file): Do not read info about sup