From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126238 invoked by alias); 26 Nov 2016 16:28:27 -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 126209 invoked by uid 89); 26 Nov 2016 16:28:25 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=-3.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=ltime=e2, time=e2, TIME8, time8?= X-Spam-User: qpsmtpd, 3 recipients X-HELO: nef2.ens.fr Received: from nef2.ens.fr (HELO nef2.ens.fr) (129.199.96.40) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 26 Nov 2016 16:28:15 +0000 Received: from mailhost.lps.ens.fr (tournesol.lps.ens.fr [129.199.120.1]) by nef2.ens.fr (8.13.6/1.01.28121999) with ESMTP id uAQGS9mV097341 ; Sat, 26 Nov 2016 17:28:09 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mailhost.lps.ens.fr (Postfix) with ESMTP id 6329212F; Sat, 26 Nov 2016 17:28:09 +0100 (CET) Received: from mailhost.lps.ens.fr ([127.0.0.1]) by localhost (tournesol.lps.ens.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id h1fsz-OYiAhD; Sat, 26 Nov 2016 17:28:09 +0100 (CET) Received: from [192.168.1.11] (log78-1-82-242-47-10.fbx.proxad.net [82.242.47.10]) by mailhost.lps.ens.fr (Postfix) with ESMTPSA id 2A50B12B; Sat, 26 Nov 2016 17:28:09 +0100 (CET) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 10.1 \(3251\)) Subject: Re: Documentation of LTIME From: =?utf-8?Q?Dominique_d=27Humi=C3=A8res?= In-Reply-To: Date: Sat, 26 Nov 2016 16:28:00 -0000 Cc: Francisco Pena , gfortran , gcc-patches Content-Transfer-Encoding: quoted-printable Message-Id: <473F4144-7133-4DB3-B7E4-EF7A4EFDF4D6@lps.ens.fr> References: <42E6ADCB-E228-42B0-BF2B-E630E56C2048@lps.ens.fr> To: Janus Weil X-SW-Source: 2016-11/txt/msg02686.txt.bz2 > Le 26 nov. 2016 =C3=A0 17:00, Janus Weil a =C3=A9crit= : >=20 > And one last point: The description of LTIME mentions TIME8, but if I try= this: >=20 > call ltime(time8(), values) >=20 > I get: >=20 > Error: =E2=80=98time=E2=80=99 argument of =E2=80=98ltime=E2=80=99 intrins= ic at (1) must be of kind 4 Well LTIME cannot accept both kind(4) and kind(8) arguments. The reference = to TIME8 looks like a mistake, isn=E2=80=99t it? Dominique =20 >=20 > So maybe the reference to TIME8 should be replaced by TIME? >=20 > Cheers, > Janus >=20