From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 49CA53858414; Sat, 28 Oct 2023 15:51:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 49CA53858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1698508269; bh=IbHGMYvGoTPYELxmAiGPglFvbkXP4mTFRyBlNuAOwAY=; h=From:To:Subject:Date:From; b=d48GoCPfna/BrR0o+1KYOqJLGSf6T7HXBfaQC5YMTwCapkAozPVyfkNVysCiHjVWD f41kZQ8jN7tnnF+nUSkHS4wlKL93R3cY9oWuPuc3KmkD81pBKLRq87p0UwC3u2djY6 aLcMcjMvUsa+cev3TFCfHV/tPjoW8Om/SMnG3uVQ= From: "tschwinge at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/112264] New: Occasionally (but very rare): 'FAIL: libgomp.fortran/target-nowait-array-section.f90 -O execution test' Date: Sat, 28 Oct 2023 15:51:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libgomp X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: openmp, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: tschwinge at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status keywords bug_severity priority component assigned_to reporter cc target_milestone Message-ID: 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=3D112264 Bug ID: 112264 Summary: Occasionally (but very rare): 'FAIL: libgomp.fortran/target-nowait-array-section.f90 -O execution test' Product: gcc Version: 14.0 Status: UNCONFIRMED Keywords: openmp, testsuite-fail Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: tschwinge at gcc dot gnu.org CC: burnus at gcc dot gnu.org, jakub at gcc dot gnu.org Target Milestone: --- As reported in "OpenMP/Fortran: Use firstprivat not alloc for ptr attach for arrays" almos= t a year ago: | For non-offloading x86_64-pc-linux-gnu '-m32', I'm occasionally (but very | rarely!) seeing ['libgomp.fortran/target-nowait-array-section.f90'] | FAIL its execution test. Similar can also | be seen on occasional reports via , | . ..., and Jakub's report in "libgomp: Fix comment typo".=