https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790
John David Anglin changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790
--- Comment #6 from John David Anglin ---
Author: danglin
Date: Fri Jan 9 00:50:49 2015
New Revision: 219372
URL: https://gcc.gnu.org/viewcvs?rev=219372&root=gcc&view=rev
Log:
PR gcov-profile/61790
* gcov-tool.c (do_rewrite): Use strtol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790
--- Comment #5 from dave.anglin at bell dot net ---
On 18-Nov-14, at 10:15 AM, jakub at gcc dot gnu.org wrote:
> As libiberty has now strtoll/strtoull functions, guess you could use
> that.
> You'll need to guard it with #ifdef HAVE_LONG_LONG,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #4
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790
--- Comment #3 from John David Anglin ---
Patch here:
https://gcc.gnu.org/ml/gcc-patches/2014-09/msg00566.html