From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id BFA6C384AB65; Fri, 19 Apr 2024 07:19:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFA6C384AB65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1713511157; bh=EcJh7Ei6nx64P9dDcFREvynja+9cE00YlmyPy4SYDqI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sKpzNjPT1WWBlahJFTPoBT5NPt5jB14tG1lULN9ZDxNdTTO1V+BmITJxVNfK70o69 WfJJYOPqglMnnlr1NYFB5swXPXx3Uo7Yc3XW3YVPoYqhUULb6BkiXJDTRtiPaKyW3+ UIXDZksfSNo9ODP7dZxg0/TlCiYQCRCXis+QasA8= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/114709] [12/13/14 Regression] Incorrect handling of inactive union member access via pointer to member in constant evaluated context since r12-6425 Date: Fri, 19 Apr 2024 07:19:16 +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: unknown X-Bugzilla-Keywords: accepts-invalid X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cc keywords 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=3D114709 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13/14 Regression] |[12/13/14 Regression] |Incorrect handling of |Incorrect handling of |inactive union member |inactive union member |access via pointer to |access via pointer to |member in constant |member in constant |evaluated context |evaluated context since | |r12-6425 CC| |jakub at gcc dot gnu.org, | |ppalka at gcc dot gnu.org Keywords|needs-bisection | --- Comment #2 from Jakub Jelinek --- This is accepted since r12-6425-gab36b554bd90e8db279d13b133369118814f13fb=