From patchwork Wed Apr 10 17:11:02 2024
Content-Type: text/plain; charset="utf-8"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
X-Patchwork-Submitter: "Andre Vieira (lists)"
X-Patchwork-Id: 1922161
Return-Path:
X-Original-To: incoming@patchwork.ozlabs.org
Delivered-To: patchwork-incoming@legolas.ozlabs.org
Authentication-Results: legolas.ozlabs.org;
spf=pass (sender SPF authorized) smtp.mailfrom=gcc.gnu.org
(client-ip=2620:52:3:1:0:246e:9693:128c; helo=server2.sourceware.org;
envelope-from=gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org;
receiver=patchwork.ozlabs.org)
Received: from server2.sourceware.org (server2.sourceware.org
[IPv6:2620:52:3:1:0:246e:9693:128c])
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384)
(No client certificate requested)
by legolas.ozlabs.org (Postfix) with ESMTPS id 4VF8WK4mZbz1yYB
for ; Thu, 11 Apr 2024 03:11:41 +1000 (AEST)
Received: from server2.sourceware.org (localhost [IPv6:::1])
by sourceware.org (Postfix) with ESMTP id 514993886C67
for ; Wed, 10 Apr 2024 17:11:37 +0000 (GMT)
X-Original-To: gcc-patches@gcc.gnu.org
Delivered-To: gcc-patches@gcc.gnu.org
Received: from foss.arm.com (foss.arm.com [217.140.110.172])
by sourceware.org (Postfix) with ESMTP id 612593870F2D
for ; Wed, 10 Apr 2024 17:11:05 +0000 (GMT)
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 612593870F2D
Authentication-Results: sourceware.org;
dmarc=pass (p=none dis=none) header.from=arm.com
Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=arm.com
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 612593870F2D
Authentication-Results: server2.sourceware.org;
arc=none smtp.remote-ip=217.140.110.172
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1712769075; cv=none;
b=Psp7UaTkeeMQl9U0DouH5OExh81U3Z9cS0wff1F9opuLauowynFVF1IXZ3nGr49NefQ7J/87k7BS5Z+KA+Y/7N56xuQdHO55WtGpAjSV4FZizEmtkWs/3fj6SjyzGiWiLW/wj7rgvfqsha6MumelTwTaph5HmI5GqGVV0/vt1Ac=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1712769075; c=relaxed/simple;
bh=eMC6Rzw0z1H8ofa894bYuDgcMrAHxq9yziCFyba3u+4=;
h=Message-ID:Date:MIME-Version:To:From:Subject;
b=t1Jjb0yYyhHfkffrIxTx9eiC3di8qiA/QLCaKZ69k4R3xv4He+R/LKZo01N2CvcHs1cmvbCV3me5AVFtaRIR9oMna1URL/F2o1fJrylB8jBBY3Nq81C/kT+Tezq9m2w1kH6Z0GWa3bUSc3zEwH4b0tPva43/ntjPXd4SDVMoZAM=
ARC-Authentication-Results: i=1; server2.sourceware.org
Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14])
by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 64D6C139F
for ; Wed, 10 Apr 2024 10:11:34 -0700 (PDT)
Received: from [10.57.74.198] (unknown [10.57.74.198])
by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4CDD43F6C4
for ; Wed, 10 Apr 2024 10:11:04 -0700 (PDT)
Message-ID: <69f2d2b4-6711-4538-9661-87ac1a46daf5@arm.com>
Date: Wed, 10 Apr 2024 18:11:02 +0100
MIME-Version: 1.0
User-Agent: Mozilla Thunderbird
Content-Language: en-US
To: "gcc-patches@gcc.gnu.org"
From: "Andre Vieira (lists)"
Subject: [PATCH][wwwdocs] gcc-14/changes.html: Update _BitInt to include
AArch64 (little-endian)
X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00, GIT_PATCH_0,
KAM_DMARC_NONE, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, SPF_HELO_NONE,
SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: gcc-patches@gcc.gnu.org
X-Mailman-Version: 2.1.30
Precedence: list
List-Id: Gcc-patches mailing list
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
Errors-To: gcc-patches-bounces+incoming=patchwork.ozlabs.org@gcc.gnu.org
Hi,
Patch to add AArch64 to the list of supported _BitInt(N) in
gcc-14/changes.html.
OK?
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index a7ba957110183f906938d935bfa17aaed2ba20c8..55ab8c14c6d0b54e05a5f266f25c8ef1a4f959bf 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -216,7 +216,7 @@ a work-in-progress.
Bit-precise integer types (_BitInt (N)
and unsigned _BitInt (N)
): integer types with
a specified number of bits. These are only supported on
- IA-32/x86-64 at present.
+ IA-32/x86-64 and AArch64 (little-endian) at present.
Structure, union and enumeration types may be defined more
than once in the same scope with the same contents and the same
tag; if such types are defined with the same contents and the