From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout1.netcologne.de (cc-smtpout1.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:1]) by sourceware.org (Postfix) with ESMTPS id E3A89385783C; Mon, 7 Sep 2020 05:09:31 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org E3A89385783C Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 41D2713467; Mon, 7 Sep 2020 07:09:30 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 3DA2311EFB; Mon, 7 Sep 2020 07:09:30 +0200 (CEST) Received: from [2001:4dd6:3a37:0:5fb9:b14:436b:15e1] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.11.6) (envelope-from ) id 5f55c08a-7569-7f0000012729-7f000001a2c6-1 for ; Mon, 07 Sep 2020 07:09:30 +0200 Received: from linux-p51k.fritz.box (2001-4dd6-3a37-0-5fb9-b14-436b-15e1.ipv6dyn.netcologne.de [IPv6:2001:4dd6:3a37:0:5fb9:b14:436b:15e1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Mon, 7 Sep 2020 07:09:25 +0200 (CEST) Subject: Re: *Ping*: [PATCH] PR fortran/96711 - ICE on NINT() Function To: Harald Anlauf Cc: gcc-patches , fortran References: From: Thomas Koenig Message-ID: <3e6df45e-6270-d6eb-dcf0-0dee57158d66@netcologne.de> Date: Mon, 7 Sep 2020 07:09:25 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: fortran@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Fortran mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2020 05:09:34 -0000 Hi Harald, > *ping* I don't really know about the convert vs. fold_convert issue either, but if it works, it works. Regarding the patch: Could you change the test caes into a run-time test and check for the results both for compile-time simplification and evaluation at run-time? Just to make sure that fold_convert wasn't trying to tell us something that convert doesn't... OK with that change. Thanks for the patch! Best regards Thomas