From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 370853858D39; Wed, 24 May 2023 15:31:08 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 370853858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1684942268; bh=v3dHepjtSWUPxHfbXby/1FYG4Bb6pGO3v1fJywHtK9I=; h=From:To:Subject:Date:In-Reply-To:References:From; b=O4aJVFoEOeO/oBM/mZjRKc7SEFn4eKA4+Hvj0qEvumAlmu8L+hMcTBqzut1xN4L0g zDvXqq6jdC5tqipVDvwutNKEcNn5qa9LwqlxE1gkL7p46PuV5NT/X4k9vPsrFjeApV THDPbVjRoXQb1oFyPF3A11XzBMsVHTTXUZFShIaw= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/102989] Implement C2x's n2763 (_BitInt) Date: Wed, 24 May 2023 15:31:07 +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.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: jakub 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: attachments.isobsolete 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=3D102989 Jakub Jelinek changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #55148|0 |1 is obsolete| | --- Comment #49 from Jakub Jelinek --- Created attachment 55151 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D55151&action=3Dedit gcc14-bitint-wip.patch Added a testcase with various operations with _BitInt(N) operands and tweak= ed c-typeck.cc/fold-const.cc to accept those.=