From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2153) id B83F13875453; Wed, 10 Apr 2024 16:37:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B83F13875453 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712767023; bh=7LSy2K8TfWaF9mAhQcg1NxTQz5o/8BA/F2Hh4IlJvzw=; h=To:Subject:Date:From:From; b=T08uPLa/WxMExoU7msulHiBNHQkuwwcpETmgpLn2hZiO2CBG8oaHIVs8aGqLsBGTL yKrhy4YucKVRjavZDsvSIuMiA4ohV0jlpj7Ag+kfeqYRU6e1KTEuSo8avIN8iQUaG8 iF6yNG+/kyPLzAvLvLB6CDa9Z0gvir/+1TOgFDQI= To: gcc-cvs-wwwdocs@gcc.gnu.org Subject: gcc-wwwdocs branch master updated. 73b90bbb8534ccf21dc1d4c6edca36a894a84d3b X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8d40685d6a2b26aff26f1cd68f5bfd9728b2eda5 X-Git-Newrev: 73b90bbb8534ccf21dc1d4c6edca36a894a84d3b Message-Id: <20240410163703.B83F13875453@sourceware.org> Date: Wed, 10 Apr 2024 16:37:03 +0000 (GMT) From: Jakub Jelinek List-Id: This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs". The branch, master has been updated via 73b90bbb8534ccf21dc1d4c6edca36a894a84d3b (commit) from 8d40685d6a2b26aff26f1cd68f5bfd9728b2eda5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 73b90bbb8534ccf21dc1d4c6edca36a894a84d3b Author: Jakub Jelinek Date: Wed Apr 10 18:36:52 2024 +0200 Mention _BitInt AArch64 support. diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html index a7ba9571..4a063346 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 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 ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-14/changes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs