From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 35C4B385828E; Fri, 10 Mar 2023 22:21:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 35C4B385828E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678486901; bh=k4xFvZTn5B8tOZPcJd/Y1E42tBbhbpOAp4phuC0QgXs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=KQ6/Hiy/IPKMFaOIYPrK3X9VAmmK5UuYH9InG2y93sRsHc4KCCDKxB7xfa9jmHd37 Jv7dtA5YucwWYKmNWV09YCRqXguGspolJTxkp4i5shCO2HE/D7FpN1vuY2wnCzXq5X 4DbdBvIxtyVBjJYhcxzLeYIeLoVjsp8IfeM8cY7I= From: "pinskia 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: Fri, 10 Mar 2023 22:21:41 +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: 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cf_reconfirmed_on everconfirmed keywords bug_status 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 Andrew Pinski changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-03-10 Ever confirmed|0 |1 Keywords| |wrong-code Status|UNCONFIRMED |NEW --- Comment #2 from Andrew Pinski --- Confirmed.=