From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D912E3858D37; Wed, 24 Jan 2024 14:45:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D912E3858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706107552; bh=Udyg4/h0G3BXPnftVkcEQ6/eAYyt9jiULw1ngkLSO8Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=b0cic9gifroQ+3YSrLsPAe1wg1GokzMcfo+uHKl/E/AUAyJ39mutSWxz6Z67kwKXl dr5fj61MbY4iNnL0nHO5T6EILrh5NNQ1mi3C66+RG99v3s+dcWgO7bQbjGnhGjgNt3 Ns/MAX8ai78S6oM4EiEn6ykMIM3bFLvBAxe8n1ZA= From: "ro at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112862] [14 regression] gfortran.dg coarray tests FAIL on macOS 12+ Date: Wed, 24 Jan 2024 14:45:51 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: ro at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: iains at gcc dot gnu.org X-Bugzilla-Target-Milestone: 14.0 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=3D112862 --- Comment #8 from Rainer Orth --- Again tested on macOS 11 (unchanged) and 14. On the latter, the previous failures to find libatomic.1.dylib have been traded for FAIL: gfortran.dg/coarray/alloc_comp_1.f90 -fcoarray=3Dsingle -O2 (test f= or excess errors) Excess errors:=20 ld: warning: duplicate -rpath '/private/var/gcc/regression/master/14-gcc/build/x86_64-apple-darwin23.2.0/= libatomic/.libs' ignored This is definitely progress ;-)=