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 7CAFB3858CDA; Thu, 30 Mar 2023 17:39:59 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7CAFB3858CDA Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=netcologne.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=netcologne.de Received: from cc-smtpin3.netcologne.de (cc-smtpin3.netcologne.de [89.1.8.203]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id C604B11F16; Thu, 30 Mar 2023 19:39:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1680197997; bh=1w9FJ/e1A1Y9MIpWsTDAIcg1QX/YFZ8f2XSN1F2/uqU=; h=Message-ID:Date:Subject:To:References:From:In-Reply-To:From; b=B8Gjek6PKJLzXU9us3qF8iPUL1aPTTunqM2HndmI6jG+vIlYii6FU3ixxxyEyI+AG cfgzEiERoABlwr4zEy7pa+GIFg5EBI1fDcBn7MWAeK2hAxNe5Z6mIAEozpYLeas1lz hWFIHU0W8TOg+MmayXuAIBvliG4wUgyrknIsuhwfvsiYRAi+1CP3b292ZtI0jxaO94 3GdcyVI0OLDdHoH8QdywT5S/2Ov4nWmdZTZvDxIhaE0t89MAg8XeX0Le9uXMpxmGEL SNL113jq9wsPXVCMTunnntaylApM//CNU8ebDDXpWnAk0XId9q4MCysLKZJPMGclBB y1UhEMnF+K4cQ== Received: from [IPV6:2001:4dd4:cbb6:0:7285:c2ff:fe6c:992d] (2001-4dd4-cbb6-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd4:cbb6:0:7285:c2ff:fe6c:992d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin3.netcologne.de (Postfix) with ESMTPSA id 5245D11EBC; Thu, 30 Mar 2023 19:39:55 +0200 (CEST) Message-ID: Date: Thu, 30 Mar 2023 19:39:55 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH] Fix fc-prototypes usage with C_INT64_T and non LP64 Targets. Content-Language: en-US To: Andrew Pinski , gcc-patches@gcc.gnu.org, fortran@gcc.gnu.org References: <20230330034753.3661606-1-apinski@marvell.com> From: Thomas Koenig In-Reply-To: <20230330034753.3661606-1-apinski@marvell.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Action: no action X-Rspamd-Queue-Id: 5245D11EBC X-Spamd-Bar: - X-Spam-Status: No, score=-3.6 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.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi Andrew, > "long long". This was just an oversight and a missing check. > > Committed as obvious after a bootstrap/test on x86_64-linux-gnu. Thanks! I think this one is obvious enough that it deserves a backport. I've cherry-picked this for gcc12, will do gcc11 tomorrow. Best regards Thomas