From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 8282E3938C2B; Mon, 3 May 2021 06:41:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8282E3938C2B From: "vries at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libgomp/100390] New: FAIL: libgomp.fortran/depobj-1.f90 -O execution test Date: Mon, 03 May 2021 06:41:37 +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: 12.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries 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 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 May 2021 06:41:37 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D100390 Bug ID: 100390 Summary: FAIL: libgomp.fortran/depobj-1.f90 -O execution test Product: gcc Version: 12.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libgomp Assignee: unassigned at gcc dot gnu.org Reporter: vries at gcc dot gnu.org CC: jakub at gcc dot gnu.org Target Milestone: --- I ran into: ... Execution timeout is: 300 spawn [open ...]^M STOP 3 FAIL: libgomp.fortran/depobj-1.f90 -O execution test ... Build from commit a13a50047ef "Fortran: Async I/O - avoid unlocked unlocking [PR100352]". Configured like so: ... $ ./build/gcc/xgcc -v Using built-in specs. COLLECT_GCC=3D./build/gcc/xgcc Target: x86_64-pc-linux-gnu Configured with: /home/vries/gcc_versions/devel/src/configure --disable-bootstrap --enable-languages=3Dc,c++,fortran --disable-multilib --prefix=3D/home/vries/gcc_versions/devel/install CFLAGS=3D'-O0 -g -Wall' CXXFLAGS=3D'-O0 -g -Wall' Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 12.0.0 20210502 (experimental) (GCC)=20 ...=