From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 966FD385842C; Tue, 9 Apr 2024 14:37:38 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 966FD385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1712673458; bh=7INWj4TwAs1L2Ys/VaKukUCPLge9EHnDKoWc2wFtnEw=; h=From:To:Subject:Date:In-Reply-To:References:From; b=rSTloDjhMHIi6/Rx/5A5VqTCL2biHiYs53UyXa4ioebAXK2cI2j+Pb/bWCCf85zJE 5rHJJOyQXrlpdocaMu1/VbI18OMUK2tAsLu/7wKe0hclbsxI7Mo8kL/nlLxaJ9wWcu e9bwlEW65ZLO1RUDDA7t85DtBZQ6dHF2lzR/4gYY= From: "jsm28 at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/114657] Invalid type conversion from some _BitInt bit-fields Date: Tue, 09 Apr 2024 14:37:38 +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: 14.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jsm28 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: --- 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=3D114657 --- Comment #3 from Joseph S. Myers --- https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2958.htm has my analysis = of the various notions of "type" used in relation to bit-fields and the questi= ons of what expressions are considered to have special properties associated wi= th referring to a bit-field.=