From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E27153858D28; Tue, 5 Dec 2023 11:40:01 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E27153858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1701776401; bh=iy7V4DHU/dImDn6kvFy1jw5TeBmMKEedTQAJIPMdX2o=; h=From:To:Subject:Date:From; b=GVyCEVoWyAAfC5mMTAnenPb8homFgcZ7G3gE1iOF1qXlX5E3Gy1uEVyFmy3xjZoPr cuyeGoGp8s58dzJqWpXvC/epxz5b7dU9levN/I6YHPbyIjhlAkfOhgGulXedTDQN7z 9AAn5jbZ3QvRlYZ7aVmB01D3+ZIC4s4Rdz6wVYs8= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112862] New: [14 regression] gfortran.dg coarray tests FAIL on macOS 12+ Date: Tue, 05 Dec 2023 11:40:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ro 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 cf_gcctarget 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=3D112862 Bug ID: 112862 Summary: [14 regression] gfortran.dg coarray tests FAIL on macOS 12+ Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: ro at gcc dot gnu.org CC: iains at gcc dot gnu.org Target Milestone: --- Target: x86_64-apple-darwin2[1-3] Between 20231013 and 20231027, all gfortran.dg coarray tests started to FAIL on macOS 12+: dyld[93705]: Library not loaded: @rpath/libatomic.1.dylib Referenced from: /private/var/gcc/regression/master/14-gcc/build/gcc/testsuite/gfortran/coar= ray_40.exe Reason: tried: '/private/var/gcc/regression/master/14-gcc/build/gcc/testsuite/gfortran/lib= atomic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/gcc/libatomic.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/gcc/regression/master/14-= gcc/build/gcc/libatomic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/x86_64-apple-darwin23.1.0/= libgfortran/libatomic.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/gcc/regression/master/14-= gcc/build/x86_64-apple-darwin23.1.0/libgfortran/libatomic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/x86_64-apple-darwin23.1.0/= libgfortran/.libs/libatomic.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/gcc/regression/master/14-= gcc/build/x86_64-apple-darwin23.1.0/libgfortran/.libs/libatomic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/x86_64-apple-darwin23.1.0/= libquadmath/.libs/libatomic.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/gcc/regression/master/14-= gcc/build/x86_64-apple-darwin23.1.0/libquadmath/.libs/libatomic.1.dylib' (no such file), '/System/Volumes/Data/vol/gcc/lib/libatomic.1.dylib' (no su= ch file), '/System/Volumes/Preboot/Cryptexes/OS/System/Volumes/Data/vol/gcc/lib/libat= omic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/gcc/testsuite/gfortran/lib= atomic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/gcc/libatomic.1.dylib' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/private/var/gcc/regression/master/14-= gcc/build/gcc/libatomic.1.dylib' (no such file), '/private/var/gcc/regression/master/14-gcc/build/x86_64-apple-darwin23.1.0/= libgfortran/libatomic.1.dylib' (no such file), '/System/Volumes/Preboot/ FAIL: gfortran.dg/coarray_40.f90 -O0 execution test Similar to PR target/112861, libatomic.1.dylib lives in .../libatomic/.libs which isn't in the above directory list at all.=