https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83509
--- Comment #4 from PeteVine ---
Created attachment 42934
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42934&action=edit
corresponding C/gcda/gcno files
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83509
--- Comment #3 from PeteVine ---
OK, the following command was used to obtain the gcno/gcda files:
$ gcc-8 -O3 -fprofile-generate -ftest-coverage sudoku.c && ./a.out
Unlike the gcda file, gcno is dumpable with gcov-dump-8.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83509
--- Comment #2 from Martin Liška ---
And please provide also gcno file corresponding to the gcda file.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83509
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|