From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11793 invoked by alias); 8 Jan 2015 12:27:06 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 11780 invoked by uid 89); 8 Jan 2015 12:27:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-oi0-f48.google.com Received: from mail-oi0-f48.google.com (HELO mail-oi0-f48.google.com) (209.85.218.48) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Thu, 08 Jan 2015 12:27:04 +0000 Received: by mail-oi0-f48.google.com with SMTP id u20so7138741oif.7 for ; Thu, 08 Jan 2015 04:27:02 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.202.134.78 with SMTP id i75mr5189962oid.23.1420720022437; Thu, 08 Jan 2015 04:27:02 -0800 (PST) Received: by 10.76.177.230 with HTTP; Thu, 8 Jan 2015 04:27:02 -0800 (PST) In-Reply-To: References: Date: Thu, 08 Jan 2015 12:27:00 -0000 Message-ID: Subject: Re: [PATCH v3] Use strtoll instead of atoll in gcov-tool.c From: Richard Biener To: John David Anglin Cc: GCC Patches Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-01/txt/msg00367.txt.bz2 On Sat, Dec 20, 2014 at 11:51 PM, John David Anglin wrote: > Ping. Ok. Thanks, Richard. > > On 24-Nov-14, at 7:38 PM, John David Anglin wrote: > >> On 15-Sep-14, at 5:40 AM, Richard Biener wrote: >> >>> Let's wait for other opinions. >> >> >> We now have implementations of strtol and strtoll in libiberty. So, it's >> better to use >> these than atoll. As suggested by Jakub, the patch now falls back to >> int64_t if the >> host doesn't have long long. >> >> Tested on hppa2.0w-hpux11.11 and hppa64-hp-hpux11.11. >> >> Okay for trunk? >> >> Dave >> -- >> John David Anglin dave.anglin@bell.net >> >> >> > > > > Dave > -- > John David Anglin dave.anglin@bell.net > > >