From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A01C738582BC; Fri, 2 Feb 2024 09:02:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A01C738582BC DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1706864536; bh=zNxC31r9ysnir85/PlxbnEAhfT86/b3VABT+qkzDfkY=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Yp3nRGPLw+Y2WewXLZCXqjnf3PjeTanR5eMOSQAbMxm8QSyp63EEA1nxce0fzuKjO jvrwlJGwAfeKrj73ArZmvJDkQ/9YtMfCOa4ijRPlW0Yf4PfkPaLGzHQzaEYv+GP2vS OZWdJPbeSEvlTIakZUMaVHm2h+1Y11n91sNZQBdU= From: "cvs-commit at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112864] [14 regression] Many libphobos tests FAIL on macOS 12+ Date: Fri, 02 Feb 2024 09:02:13 +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: patch, testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned 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=3D112864 --- Comment #2 from GCC Commits --- The master branch has been updated by Iain D Sandoe : https://gcc.gnu.org/g:f4aa644dbbbde8c97f41c8abfbb7925c2242e31f commit r14-8734-gf4aa644dbbbde8c97f41c8abfbb7925c2242e31f Author: Iain Sandoe Date: Sat Jan 27 15:50:15 2024 +0000 testsuite, libphobos: Update link flags [PR112864]. The regressions here are primarily from duplicated '-B' additions. We remove the duplicate on the link line. We also make sure that platforms with extensions other than .so for shared libs will have the correct paths. PR target/112864 libphobos/ChangeLog: * testsuite/lib/libphobos.exp: Use ${shlib_ext} instead of hard-wiring '.so'. * testsuite/testsuite_flags.in: Remove duplicate -B option for spec file path.=