From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id D6178385842B for ; Wed, 22 Nov 2023 20:50:04 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D6178385842B Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=gmx.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=m.gmane-mx.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org D6178385842B Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=116.202.254.214 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700686215; cv=none; b=pXFqSOXfpOA+mhL3MqseSym8Zq59UpOr6Ugt511Rk9MlS99f90W3DWDIR+hB1PuF7n2PUlHUwk6kVBMTsMZgjoLcPHRMH1k3Qq5lVLPJ8gDlf3YKn6W2MxqG0NnoE0Z883zUaP4GVFU5rm5BR5d3BXMiFfGGTzKmlQg3YhcJ6CQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1700686215; c=relaxed/simple; bh=MmYtehWqhh9WV+FG5nqXLxcVcU9RXSyqgtUWPNZTGds=; h=To:From:Subject:Date:Message-ID:Mime-Version; b=onl/OBOlon7oi///DuV3Rf/2AIe6K84C3rvP8qx9BZ/RWkci5HP1MT8XlOiV/pMk0CGFKarJLJCJ2sCFKhjwibqimEucVYc3LqQeybBUDHN6WjmiMdMVp/WExkxj1cLlOyhfdR3CN802hxtdMNX5vYPl9HX3dXVgR1fwH6iZuEY= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1r5uAc-0002Mh-AN for gcc-patches@gcc.gnu.org; Wed, 22 Nov 2023 21:50:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gcc-patches@gcc.gnu.org From: Harald Anlauf Subject: Re: [PATCH, v3] Fortran: restrictions on integer arguments to SYSTEM_CLOCK [PR112609] Date: Wed, 22 Nov 2023 21:40:16 +0100 Message-ID: <6d0d0dee-498d-4a05-98f2-991ec0bb85b3@gmx.de> References: <2898e351-eee8-45dd-a05d-0280378ba872@gmx.de> <84f48fee-a5b8-4bef-aa9b-f176d3cfbfa6@orange.fr> <06b5440b-fdab-4c02-988a-ea849aadfd48@gmx.de> <97809d56-b3dc-42c9-85e8-6eb8bc618428@orange.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla Thunderbird Content-Language: en-US In-Reply-To: Cc: fortran@gcc.gnu.org X-Spam-Status: No, score=-3.0 required=5.0 tests=BAYES_00,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,KAM_SHORT,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Message-ID: <20231122204016.42Zb5TQHS8v60Ti3pQxDkZh2RZA1BnqPpVnhzDMFtYU@z> Hi Steve, On 11/22/23 19:03, Steve Kargl wrote: > On Wed, Nov 22, 2023 at 10:36:00AM +0100, Mikael Morin wrote: >> >> OK with this fixed (and the previous comments as you wish), if Steve has no >> more comments. >> > > No further comments. Thanks for your patients, Harald. > > As side note, I found John Reid's "What's new" document > where it is noted that there are no new obsolescent or > delete features. > > https://wg5-fortran.org/N2201-N2250/N2212.pdf > this is good to know. There is an older version (still referring to F202x) on the wiki: https://gcc.gnu.org/wiki/GFortranStandards It would be great if someone with editing permission could update the link and point to the above. Thanks, Harald