https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
--- Comment #10 from CVS Commits ---
The master branch has been updated by Martin Liska :
https://gcc.gnu.org/g:554ced43ebe7fd21827d90449e42adf140f32405
commit r10-6478-g554ced43ebe7fd21827d90449e42adf140f32405
Author: Martin Liska
Date: Thu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
Martin Liška changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
--- Comment #8 from Martin Liška ---
Author: marxin
Date: Thu Dec 5 09:08:44 2019
New Revision: 278990
URL: https://gcc.gnu.org/viewcvs?rev=278990&root=gcc&view=rev
Log:
Fix profile name files without -fprofile-dir.
2019-12-05 Martin Liska
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
Martin Liška changed:
What|Removed |Added
Status|REOPENED|ASSIGNED
Assignee|qinzhao at gc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
Eric Botcazou changed:
What|Removed |Added
Status|RESOLVED|REOPENED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
qinzhao at gcc dot gnu.org changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
--- Comment #5 from qinzhao at gcc dot gnu.org ---
Author: qinzhao
Date: Wed Oct 23 18:12:39 2019
New Revision: 277344
URL: https://gcc.gnu.org/viewcvs?rev=277344&root=gcc&view=rev
Log:
2019-10-23 qing zhao
PR gcov-profile/91971
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
--- Comment #4 from Martin Liška ---
(In reply to qinzhao from comment #3)
> (In reply to Martin Liška from comment #2)
> > Confirmed. Can you please send the patch to mailing list?
>
> I have sent the patch to gcc-patches several weeks ago, and
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
--- Comment #3 from qinzhao at gcc dot gnu.org ---
(In reply to Martin Liška from comment #2)
> Confirmed. Can you please send the patch to mailing list?
I have sent the patch to gcc-patches several weeks ago, and pinged twice
already:
https://g
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91971
--- Comment #1 from qinzhao at gcc dot gnu.org ---
the following simple patch will fix this issue:
$ git diff coverage.c
diff --git a/gcc/coverage.c b/gcc/coverage.c
index 0d5138f..a80337e 100644
--- a/gcc/coverage.c
+++ b/gcc/coverage.c
@@ -1229
11 matches
Mail list logo