Re: [PATCH v2] Use sscanf instead of atoll in gcov-tool.c

2014-09-15 Thread Richard Biener
On Sun, Sep 14, 2014 at 9:04 PM, John David Anglin wrote: > On 8-Sep-14, at 5:21 AM, Richard Biener wrote: > >> On Sun, Sep 7, 2014 at 7:36 PM, John David Anglin >> wrote: >>> >>> The attached patch fixes bootstrap on hpux which doesn't have the atoll >>> function. >>> >>> Tested on hppa2.0w-hp-h

Re: [PATCH v2] Use sscanf instead of atoll in gcov-tool.c

2014-09-14 Thread John David Anglin
On 8-Sep-14, at 5:21 AM, Richard Biener wrote: On Sun, Sep 7, 2014 at 7:36 PM, John David Anglin > wrote: The attached patch fixes bootstrap on hpux which doesn't have the atoll function. Tested on hppa2.0w-hp-hpux11.11 and hppa64-hp-hpux11.11. OK for trunk? "ll" is not portable (it's GNU)