From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 225443858D1E; Fri, 10 Mar 2023 22:04:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 225443858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1678485868; bh=bGw1W8yIC9dv8cKKCoFBlDTmLeoBmv8618e72QOCXZ8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=sa2x4KrMaNHez3GFi0vwu6m+XCSYmDjovHnTWF5D5+Jzq2Gf4r8IMM3qzyN6xQSw0 p3JCXjJ+HxsbM4gdm34bEQJhULyQnTYfpWUB7+MrkwSqZ6utv5B6c6Hadp5fyhgMBj iMfzQzEkFdsDJzMY1i788/Lv+GwGUbMSdfZLKR54= From: "gcc at jonathanmueller dot dev" 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:04:28 +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: X-Bugzilla-Severity: normal X-Bugzilla-Who: gcc at jonathanmueller dot dev 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: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 #1 from Jonathan M=C3=BCller -= -- Sorry, wrong godbolt link: https://godbolt.org/z/f1fGExsr7=