From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 249E33858C66; Sat, 13 Apr 2024 08:52:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 249E33858C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712998340; bh=DqbBhbrBCqfLzqxb6cuWza28XPy31UdRLZDCSVbgRSQ=; h=From:To:Subject:Date:In-Reply-To:References:From; b=ufE6E60TfSxqp+BnvavL3JTBFWg+DWzWVoJUwQ62ALnmGXvgD6y/yUfwsf3UtjOgt G+TJkAQcyuQuBkOIbXwZmxBgLY0ZECg0NQ/Bz/NAKnuVP943CtLoz23jAiCdggEY4q iVRbUE+GBEpeUe3Uqu/dPTKvVgp/n2QoA+Mu7NHw= From: "pinskia 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 Date: Sat, 13 Apr 2024 08:52:19 +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, needs-bisection 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: 12.4 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: target_milestone cf_known_to_work cf_known_to_fail short_desc 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |12.4 Known to work| |11.4.0 Known to fail| |12.1.0 Summary|Incorrect handling of |[12/13/14 Regression] |inactive union member |Incorrect handling of |access via pointer to |inactive union member |member in constant |access via pointer to |evaluated context |member in constant | |evaluated context Keywords| |needs-bisection=