From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [212.27.42.1]) by sourceware.org (Postfix) with ESMTPS id 63E9C3864877 for ; Mon, 18 Jan 2021 17:32:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 63E9C3864877 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=free.fr Authentication-Results: sourceware.org; spf=none smtp.mailfrom=dhumieres.dominique@free.fr Received: from webmail.free.fr (unknown [172.20.243.54]) by smtp1-g21.free.fr (Postfix) with ESMTP id 0B29FB005BB; Mon, 18 Jan 2021 18:32:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=free.fr; s=smtp-20201208; t=1610991162; bh=74NIVWNah4KDPZ0zrz/gT6h7jJ4hpdSiojrQr9Oo7WQ=; h=Date:From:To:Cc:Subject:From; b=lOxwgiBPPAHa72x6UKsrEqN1PGvd0LsHUBk3QYw9ot+ysByB50xvoYIo0spRPHIzm 7qdWnYhLMebuv/EUlzjbXZWefZSSY90CFnJIq2OEY2FVtHPTE+BKVtW5V8CbE3BFnP JWOXhngEod09q/boFhP07tkWKp6cvxxg7WLzHPUDjrDFqGlVimy+Yg26AJ1fxJW07S 6H3THahrSCQRJrET5y6mwS0LCTEGHiYOUvdvRHL5DVx4kBwtNyQ2nRHcD3Ra53BEMd GkY9c5qcy47tB1GZ3/NDO5p1KV6cgY6j//5Apmf+fGGufL8ikfXsw7z1hn0lYQ28DY uIT2vBkl5DgFQ== Received: from 2a01:e35:2f22:f0a0:c8fa:6cbd:518c:6ba9 by webmail.free.fr MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Mon, 18 Jan 2021 18:32:41 +0100 From: dhumieres.dominique@free.fr To: tkoenig@netcologne.de Cc: fortran@gcc.gnu.org Subject: Re: [patch, coarray_native, committed] Increase initial size on Darwin Message-ID: X-Sender: dhumieres.dominique@free.fr User-Agent: Webmail Free/1.3.3 X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP, UNPARSEABLE_RELAY 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:32:45 -0000 Hi Thomas, 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 /opt/gcc/build_co/gcc/gfortran version 11.0.0 20201231 (experimental) [coarray revision r11-6427-ge76a53644c9d] (GCC) I have also added foreach flags $option_list { verbose "Testing $nshort (libcaf_shared), $flags" 1 set gfortran_aux_module_flags "-fcoarray=lib $flags -lcaf_single" dg-test $test "-fcoarray=shared $flags -lcaf_shared $maybe_atomic_lib" "" cleanup-modules "" } to caf.exp, with the following results: Running /opt/gcc/coarray/gcc/testsuite/gfortran.dg/coarray/caf.exp ... FAIL: gfortran.dg/coarray/alloc_comp_2.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/alloc_comp_2.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/alloc_comp_4.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/alloc_comp_5.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/allocate_errgmsg.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/atomic_2.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/codimension.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/codimension.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/codimension_3.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/codimension_3.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/coindexed_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test WARNING: program timed out. FAIL: gfortran.dg/coarray/collectives_3.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/event_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/event_2.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/event_3.f08 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/event_4.f08 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/failed_images_2.f08 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/get_to_indexed_array_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/get_to_indexed_array_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/get_to_indirect_array.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/get_to_indirect_array.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/image_status_2.f08 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/image_status_2.f08 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/lib_realloc_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/lib_realloc_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) WARNING: program timed out. FAIL: gfortran.dg/coarray/lock_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test WARNING: program timed out. FAIL: gfortran.dg/coarray/lock_2.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/move_alloc_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test WARNING: program timed out. FAIL: gfortran.dg/coarray/poly_run_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test WARNING: program timed out. FAIL: gfortran.dg/coarray/poly_run_2.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test WARNING: program timed out. FAIL: gfortran.dg/coarray/poly_run_3.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/pr93671.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/ptr_comp_1.f08 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/ptr_comp_2.f08 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/ptr_comp_3.f08 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/ptr_comp_4.f08 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/registering_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/registering_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/stopped_images_2.f08 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) FAIL: gfortran.dg/coarray/sync_1.f90 -fcoarray=shared -O2 -lcaf_shared -latomic execution test FAIL: gfortran.dg/coarray/sync_3.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (internal compiler error) FAIL: gfortran.dg/coarray/sync_3.f90 -fcoarray=shared -O2 -lcaf_shared -latomic (test for excess errors) === gfortran Summary === # of expected passes 355 # of unexpected failures 42 # of unresolved testcases 10 # of unsupported tests 6 /opt/gcc/build_co/gcc/gfortran version 11.0.0 20201231 (experimental) [coarray revision r11-6427-ge76a53644c9d] (GCC) Thanks for the work, Dominique