From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFC573858C5F; Thu, 8 Feb 2024 13:12:23 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFC573858C5F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1707397943; bh=S7RKHZvbosxV5F9Q2QxVS2oEM8tWCZ793epf9QbtZUk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=bb52szS+YMa27Oaf/qHms+yEyBpFecGDCWhwkt8HyKbon9LZRZ9KPiaNwZQm7EEaQ 0SPYVm8AlzEbFCC+ldMGgYXmrYEH915y/xVuWGcEnFC962rTAJQN26A/y9SFCgRDYJ yr23RIw5FjqE3CrHbeK6tKEAUj6st5junJCIAHq4= From: "iains at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/112397] Two persistent libstdc++ test failures on x86_64-apple-darwin Date: Thu, 08 Feb 2024 13:12:23 +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: iains 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: --- 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=3D112397 --- Comment #7 from Iain Sandoe --- (In reply to Jakub Jelinek from comment #6) > (In reply to Jonathan Wakely from comment #5) > > Maybe: > >=20 > > ifneq ($(filter %-darwin%,${host_alias}),) >=20 > ${target_os} instead maybe? I'll give that a try (we have similar stanzas in the Ada build stuff)=