[Bug gcov-profile/61790] [5 Regression] gcov-tool.c uses atoll

2015-01-08 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61790 John David Anglin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug gcov-profile/61790] [5 Regression] gcov-tool.c uses atoll

2015-01-08 Thread danglin at gcc dot gnu.org
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

[Bug gcov-profile/61790] [5 Regression] gcov-tool.c uses atoll

2014-11-18 Thread dave.anglin at bell dot net
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,

[Bug gcov-profile/61790] [5 Regression] gcov-tool.c uses atoll

2014-11-18 Thread jakub at gcc dot gnu.org
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

[Bug gcov-profile/61790] [5 Regression] gcov-tool.c uses atoll

2014-09-07 Thread danglin at gcc dot gnu.org
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