From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout2.netcologne.de (cc-smtpout2.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:2]) by sourceware.org (Postfix) with ESMTPS id 124E53858D38 for ; Sat, 5 Nov 2022 07:40:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 124E53858D38 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-smtpout2.netcologne.de (Postfix) with ESMTP id 16D7A1262C; Sat, 5 Nov 2022 08:40:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=netcologne.de; s=nc1116a; t=1667634010; bh=jwFFxtF00Cnnp3TlvtcEb1rekQRBzLhboYPsckF8kSM=; h=Message-ID:Date:Subject:To:Cc:References:From:In-Reply-To:From; b=I/KByCapoSGEK6rZOVcnMqvw1rTQlRK8wD1n6zKD/RcEe9LoeHpJn+9mwlQoDC9LN 9nVt6jxxRoRpKgte4NvO7JQZ65kkkNZ9J9rgGYgl+n71A05fC9l45VlUokZhpJoJvs 5h1zeLOkzTwd8HdEC4lS7GYm6ADJGq/G/1dNf1OypNfFWmEmNDo3vYRHcLMyL9okG9 ++mh+p+lSA2P9MqTW/fSqGzKDblKTt3L7klA6PtkcLnkVRUCVzIfDWks60E2kw3+ht OZSVBGEP4FXaXj9OOYLFOe6n7onrMIGELLh4umERmzdHXc/7hKS/YbeP9mUgBGJ5b5 cY21I+T0phwwg== Received: from [IPV6:2001:4dd7:d2b7:0:7285:c2ff:fe6c:992d] (2001-4dd7-d2b7-0-7285-c2ff-fe6c-992d.ipv6dyn.netcologne.de [IPv6:2001:4dd7:d2b7: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 6166B11E22; Sat, 5 Nov 2022 08:40:07 +0100 (CET) Message-ID: <5e10f634-741c-e576-396c-a8741ef95888@netcologne.de> Date: Sat, 5 Nov 2022 08:40:06 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: adding attributes Content-Language: en-US To: Bernhard Reutner-Fischer , Dave Love via Fortran Cc: Dave Love References: <87pmecdni6.fsf@manchester.ac.uk> <20221030084839.118ef0c8@nbbrfq> <87edund73d.fsf@manchester.ac.uk> <20221103001926.725fd9bf@nbbrfq> <20221104215921.79be6bff@nbbrfq> From: Thomas Koenig In-Reply-To: <20221104215921.79be6bff@nbbrfq> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-NetCologne-Spam: L X-Rspamd-Queue-Id: 6166B11E22 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: On 04.11.22 21:59, Bernhard Reutner-Fischer via Fortran wrote: > And not sure if fellow gfortraners would accept this attribute > target_clones in there in the first place.. It might actually be useful. Is there any change about the calling sequence or anything else that should be visible in a Fortran module or the calling sequence? Thomas