From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cc-smtpout3.netcologne.de (cc-smtpout3.netcologne.de [IPv6:2001:4dd0:100:1062:25:2:0:3]) by sourceware.org (Postfix) with ESMTPS id 272F33834422 for ; Mon, 18 Jan 2021 17:36:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 272F33834422 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout3.netcologne.de (Postfix) with ESMTP id 7B05D12D36; Mon, 18 Jan 2021 18:36:41 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 783561207F; Mon, 18 Jan 2021 18:36:41 +0100 (CET) Received: from [2001:4dd7:2366:0:404f:fe14:e36c:a144] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.19.0) (envelope-from ) id 6005c729-0254-7f0000012729-7f0000019f22-1 for ; Mon, 18 Jan 2021 18:36:41 +0100 Received: from linux-p51k.fritz.box (2001-4dd7-2366-0-404f-fe14-e36c-a144.ipv6dyn.netcologne.de [IPv6:2001:4dd7:2366:0:404f:fe14:e36c:a144]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Mon, 18 Jan 2021 18:36:40 +0100 (CET) Subject: Re: [patch, coarray_native, committed] Increase initial size on Darwin To: dhumieres.dominique@free.fr Cc: fortran@gcc.gnu.org References: From: Thomas Koenig Message-ID: <9fc4d2d1-d579-f5d3-2f0b-57f881963afe@netcologne.de> Date: Mon, 18 Jan 2021 18:36:40 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: de-DE Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00, BODY_8BITS, 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, 18 Jan 2021 17:36:44 -0000 Hi Dominique, > I have tested cas.exp with the following results > > Running /opt/gcc/coarray/gcc/testsuite/gfortran.dg/caf-shared/cas.exp ... > > >         === gfortran Summary === > > # of expected passes        94 > # of unsupported tests        2 Excellent! That means that Darwin now works equally well to Linux. Thanks for testing! Regarding the rest of the test cases, there is still a lot of work to do. Best regards Thomas