From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id D47923858CDB; Mon, 13 Mar 2023 10:03:05 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D47923858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678701785; bh=3JwUcmk7cFWCZsb8T3OVKMPvk4P3tWXhPd7NUKMy44k=; h=From:To:Subject:Date:In-Reply-To:References:From; b=CIg1Nit1ahxN0OyZV1Ythv8MOp2VOtLDlw+wk3h/H9TLfrZwc5In6c+vZwo9qlunl MnRT5PKphjmQUxMh2ccKiMVoHASw9NzPw0mMVKNr6U8ZxT6bYsFt7AmGwsmgy6du9h TxoVUCgKgxgLuXon3R+pcID69vuJV/8HnA5Xx75I= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/109096] __has_unique_object_representations does not account for unnamed bitfield Date: Mon, 13 Mar 2023 10:03:04 +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.0 X-Bugzilla-Keywords: 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: P3 X-Bugzilla-Assigned-To: jakub at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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=3D109096 --- Comment #3 from Jakub Jelinek --- Created attachment 54647 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54647&action=3Dedit gcc13-pr109096.patch Untested fix.=