From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 4600F3953C17; Tue, 20 Apr 2021 20:11:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4600F3953C17 From: "redi at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/96416] to_address() is broken by static_assert in pointer_traits Date: Tue, 20 Apr 2021 20:11:24 +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: 10.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: redi at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 10.3 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 X-BeenThere: gcc-bugs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-bugs mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Apr 2021 20:11:25 -0000 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D96416 --- Comment #17 from Jonathan Wakely --- (In reply to Giuseppe D'Angelo from comment #14) > To summarize: >=20 > * should a wording defect be raised against std::to_address(Ptr), to state > that pointer_traits being well-formed is actually a prerequisite? I'd prefer if pointer_traits was just SFINAE friendly. > * should LWG3446's resolution be amended? See https://cplusplus.github.io/LWG/issue3541 > * if there's going to be a GCC 10.3, is the commit above solving LWG3446 > going to be cherry-picked into it? Otherwise, either one blacklists GCC 1= 0, > or has to specialize pointer_traits there as a workaround (?). It missed the 10.3 release, but it's on the gcc-10 branch as r10-9698, which will be in GCC 10.4: https://gcc.gnu.org/g:32a859531e854382c18abf0b14a306d83f793eb5 That also includes the fix for LWG 3541.=