From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 10E3B3858CDA; Mon, 6 Nov 2023 09:19:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10E3B3858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1699262384; bh=WTENTPZBitGUrVRu+jkO1FTV3m1+N+4rJTu+5CRawgQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=IBir4dySx+Q4BwHdf5HQV3VjhrGFRW2gIZOaNPzy484VX5IXJgTfKBAKgNMp+LhBd J54j89A4vyAnBbrco7jcuTpmxoXZnUf84pAtL/6cJxLMse4+J53yNUl+odkHOVFe9a RVamujZV/k2gpBTw3LoGhjMTsZ7C8tzBcojijDB4= From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/112397] Two persistent libstdc++ test failures on x86_64-apple-darwin Date: Mon, 06 Nov 2023 09:19:42 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: libstdc++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: redi 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: cc 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 Jonathan Wakely changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |iains at gcc dot gnu.org --- Comment #1 from Jonathan Wakely --- The .cold symbol is created by gcc, I don't see any way to control its visibility in the source. So maybe a target bug in the compiler, not a libr= ary bug.=