From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D6BE13858C20; Mon, 6 Mar 2023 14:44:57 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D6BE13858C20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678113897; bh=Xx9CsAUWGBiOmcCWmmChfs975l3Ezo90jiaLUt1i54E=; h=From:To:Subject:Date:In-Reply-To:References:From; b=gOtFsIsn8hugjDuavEy70EdqxlhNpCnx5GJ8PdkOcpjnbkG/qabaBd5j7n8EQMToW R1u9EcPxNBBZNqAwfBIO3YdBexuhLf/sb7RaQcvCKvWezH8rO3aJlhfXSiMHFra3Dz OOFjnw5fLwttbBiAinBcH2ZHNrQznZyBu4LAx/UA= From: "ppalka at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109039] [12/13 Regression] Miscompilation with no_unique_address and bitfields Date: Mon, 06 Mar 2023 14:44:57 +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: 12.1.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ppalka at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc cf_known_to_fail cc see_also target_milestone cf_known_to_work 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=3D109039 Patrick Palka changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Miscompilation with |[12/13 Regression] |no_unique_address and |Miscompilation with |bitfields |no_unique_address and | |bitfields Known to fail| |12.2.0, 13.0 CC| |jason at gcc dot gnu.org, | |ppalka at gcc dot gnu.org See Also| |https://gcc.gnu.org/bugzill | |a/show_bug.cgi?id=3D103681 Target Milestone|--- |12.3 Known to work| |11.3.0 --- Comment #1 from Patrick Palka --- Started with r12-6028-ga37e8ce3b66325, before which sizeof(S) =3D=3D 4 and = now sizeof(S) =3D=3D 2=