From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 20B293857400; Fri, 8 Mar 2024 15:44:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 20B293857400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1709912652; bh=InnhIXf3EJBvym31o/ssgSAIy6wFdOgwue7usRbot7Q=; h=From:To:Subject:Date:In-Reply-To:References:From; b=YenllJQ/U7WQWBkVGMfrsxFGGRhvrPD3XRWwQItJOkm82IKC6M6A9W1H/mA/y3EVv d2TQ6BODzJJTBph6CElJ/V/3Qh5QXbAVhEIwf4BADQq90A1PqTpfvjUnKCHFTqYKqp J9YqtCLApuKspd5q8RV9Qv+uvWY1aF/PqufQe0Hg= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/110905] GCC rejects constexpr code that may re-initialize union member Date: Fri, 08 Mar 2024 15:44:09 +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: 13.2.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: WAITING 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: see_also cc 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=3D110905 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D101631 CC| |ppalka at gcc dot gnu.org --- Comment #5 from Patrick Palka --- GCC trunk accepts the comment #4 testcase (thanks for the reduction) since r14-4771.=