From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 9838F38708D1; Fri, 14 Jun 2024 21:33:32 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 9838F38708D1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1718400812; bh=FUhbJaxUrVtG0+0DYcykdMmJk8acgvLTXYMJCX3a/q8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lEVe4SuDBVxtFFoYSVvhgxiJQpJj7ErAA74WYPx/aV9De1qnhiECFQULUoK4OI0sX wLaqFJ+/arJPpYkOAVgtEjExk25P27Yp+FvVoMdN3jKWNbIpFoChHKz1wuT7Orwlrk mWXAN1rWbk7zEX77cgOlcgCMnR1akUGokH41SRrs= From: "pinskia at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug libstdc++/115497] [15 Regression] __is_pointer doesn't compile with clang since 014879ea4c86b3b8ab6b61a1226ee5b31e816c8b Date: Fri, 14 Jun 2024 21:33:32 +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: 15.0 X-Bugzilla-Keywords: 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: 15.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: everconfirmed target_milestone cf_reconfirmed_on bug_status short_desc resolution 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=3D115497 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Target Milestone|--- |15.0 Last reconfirmed| |2024-06-14 Status|RESOLVED |NEW Summary|__is_pointer doesn't |[15 Regression] |compile with clang since |__is_pointer doesn't |014879ea4c86b3b8ab6b61a1226 |compile with clang since |ee5b31e816c8b |014879ea4c86b3b8ab6b61a1226 | |ee5b31e816c8b Resolution|INVALID |--- --- Comment #7 from Andrew Pinski --- Note I think we should workaround this. I only posted the clang issue because clang was acting inconsistent in its handling and should be more consistent in there; not that libstdc++ should = not workaround the issue.=