From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 70A3B38582BD; Mon, 15 May 2023 11:15:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 70A3B38582BD DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684149320; bh=ymTly7A7hMSfXT+PPsVpE2zLUY/AJCMfA8vq6qWL5Po=; h=From:To:Subject:Date:In-Reply-To:References:From; b=QbtZm/nSyLlV3mTAwU1J8Rp+HALaAr4Bt0XmKLjWqHSmHhuo35vxyr33z+OZpQuLe LLbtLQZjM6lGBrMWsEvOxfCsuco/othCHuOy/Cs0c4DJDZF58bixDQno/4dCzW6Szc E775JQyskTTARj4DY5cL5+h4FE5yW/P7hz6vkfoE= From: "ro at CeBiTec dot Uni-Bielefeld.DE" To: gcc-bugs@gcc.gnu.org Subject: [Bug testsuite/66005] libgomp make check time is excessive Date: Mon, 15 May 2023 11:15:20 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: testsuite X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: openacc, openmp, patch X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: tschwinge at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D66005 --- Comment #8 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #7 from Thomas Schwinge --- > Resolved for GCC 14. Not planning on backporting to release branches (but > could, if desired). Unfortunately not: flock is completely unportable. It's not in POSIX.1/XPG7, and none of Solaris, macOS, or AIX have it.=