From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id E6677386D62A; Tue, 2 Apr 2024 20:42:55 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E6677386D62A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712090575; bh=mHmnYcIyMMLSsIhc63i5MJ0vi6PFfASns2OuTXozpPU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=i3w9l9plIoDa3M9mSOM+RtOTRoEyNTzyCkZl23/s7fZpCeFz+zp/VPy3Qx2z2CP09 Fc7dJ/CsZeGRK/MV0CV7nf3YNcM5CBoE4Oi9aM4Dac34dAJi5Bz5TL/wUTTkHZTmpg 2/L5YzTTCodmDMTiGQuHvT3/Wm42J8C7OS6DKjhk= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/111067] g++.dg/opt/icf{1,2,3}.C tests fail on darwin Date: Tue, 02 Apr 2024 20:42:55 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Version: 14.0 X-Bugzilla-Keywords: testsuite-fail X-Bugzilla-Severity: normal X-Bugzilla-Who: pinskia 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=3D111067 --- Comment #9 from Andrew Pinski --- (In reply to Iain Sandoe from comment #7) > So I am actually asking=20 > - if the extension actually has any useful meaning? YES it does. Especially when it comes to the ability to reduce space used. https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2023/p2752r2.html is the link to the paper that is referenced as the notion for the extension. I think this is a minor issue from the point of view of the testcase can ju= st be xfailed on darwin really. Though I suspect the backend will/should be fixed to mark the alias as being the same symbols really.=