From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id B02403858CDA; Fri, 10 Mar 2023 19:45:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B02403858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678477550; bh=PwJQlE9BPgdjsiUZ5Tu8oNLk9Z2HPlc8dv18PiphhMk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Ow/35zNGKmLLPO99Q/f9Ud5uw8v/2uOpi7RAdSQ7a/1TL5iOideM3Ouy0w9Y7UoPV 3drDIh5irdbYtulIsLPC/n1WyafuAdCxIS0YOOdVHqFwdmPSUlJOAzgkrHzASkqMWK OMfp/y4zog2mSs7tdarzTWrMObTogYtbmQsiVZVU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109039] [12 Regression] Miscompilation with no_unique_address and bitfields Date: Fri, 10 Mar 2023 19:45:50 +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: ABI, wrong-code X-Bugzilla-Severity: normal X-Bugzilla-Who: jakub at gcc dot gnu.org X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: 12.3 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: short_desc 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 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[12/13 Regression] |[12 Regression] |Miscompilation with |Miscompilation with |no_unique_address and |no_unique_address and |bitfields |bitfields --- Comment #6 from Jakub Jelinek --- Fixed on the trunk so far.=