From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.21]) by sourceware.org (Postfix) with ESMTPS id B918C3858D28 for ; Sat, 23 Oct 2021 16:31:17 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B918C3858D28 Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.16.1/8.16.1) with ESMTPS id 19NGVG7d002357 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Sat, 23 Oct 2021 09:31:16 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.16.1/8.16.1/Submit) id 19NGVFSQ002356; Sat, 23 Oct 2021 09:31:15 -0700 (PDT) (envelope-from sgk) Date: Sat, 23 Oct 2021 09:31:15 -0700 From: Steve Kargl To: Thomas Koenig Cc: "fortran@gcc.gnu.org" Subject: Re: libgomp.fortran/async_io_[1,2,3,4,8,9].f90 fail on FreeBSD Message-ID: <20211023163115.GA80954@troutmask.apl.washington.edu> References: <20211022194330.GB27024@troutmask.apl.washington.edu> <5fabbaa1-30f6-2781-446e-8816a154c5df@netcologne.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5fabbaa1-30f6-2781-446e-8816a154c5df@netcologne.de> X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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: Sat, 23 Oct 2021 16:31:20 -0000 On Sat, Oct 23, 2021 at 05:56:46PM +0200, Thomas Koenig wrote: > Hi Steve, > > > libgomp.fortran/async_io_[1,2,3,4,8,9].f90 account for a number > > of FAILS on x86_64-*-freebsd. Please fix. > > I'd try to see what is going on, but I have been unable to boot gcc > (and thus gfortran) on any of the *BSD machines running on the > gcc compile farm, and more specifically on gcc303 which is a VM > running FreeBSD, after spending quite some hours on it. > > I have submitted a couple of PRs, but apperenty others (including you) > have a working toolchain, so the PRs have been left unfixed so far. > > Also, bootstrapping on gcc303 is going to be a very long process > because it's a two-processor machine :-| > > So, any idea how to proceed? > I saw that you were having problems on the compile farm with bootstrapping a *BSD gcc. I simply cannot tell why. It just works on a true FreeBSD system. Do you know how to run a single libgomp.fortran test? I tried % gmake check-fortran RUNTESTSFLAGS="gomp.exp=async_io.f90" but this runs all the testcases. Now that I look at the commit date of 2020-05-23 for async_io_9.f90, I know these tests were passing in the past. I fear a reason Sandra/Tobias commit has broken things. -- Steve