From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C6D66385AC1A; Tue, 25 Oct 2022 21:10:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C6D66385AC1A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1666732226; bh=slwHocq7fpzHImtIy1pMWaP14QTdNIUrxujby6fm4oo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=aac7fRvTdG/g5ITVR2e3XoQKaRL/9SVcovthWkw6fDrkPgZ9AlcJaVMXdfZHlEn20 seMHsZ4iir5BqOH7o6dU8H3nDmpNdVB9fbPe/W/m5aq164BlBhMaBvm3yCphs0/Wtq N6YEzCYxKqCLlRjFXbhbj2H9wAs9g0gAAtEChIgU= From: "jakub at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c/102989] Implement C2x's n2763 (_BitInt) Date: Tue, 25 Oct 2022 21:10:26 +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: 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 --- Comment #19 from Jakub Jelinek --- (In reply to Segher Boessenkool from comment #16) > (In reply to Jakub Jelinek from comment #15) > > PowerPC I think does, not sure about s390. >=20 > Does what? Published psABI which ought to specify how to pass/return _BitInt(N) and unsigned _BitInt(N).=