[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 23/34] docs/devel: update C standard to C11
From: |
Alex Bennée |
Subject: |
[PATCH v1 23/34] docs/devel: update C standard to C11 |
Date: |
Wed, 5 Jan 2022 13:49:58 +0000 |
Since 8a9d3d5640 (configure: Use -std=gnu11) we have allowed C11 code
so lets reflect that in the style guide.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20211215152055.1748462-1-alex.bennee@linaro.org>
---
docs/devel/style.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docs/devel/style.rst b/docs/devel/style.rst
index 9c5c0fffd9..4f770002a7 100644
--- a/docs/devel/style.rst
+++ b/docs/devel/style.rst
@@ -483,11 +483,11 @@ of arguments.
C standard, implementation defined and undefined behaviors
==========================================================
-C code in QEMU should be written to the C99 language specification. A copy
-of the final version of the C99 standard with corrigenda TC1, TC2, and TC3
-included, formatted as a draft, can be downloaded from:
+C code in QEMU should be written to the C11 language specification. A
+copy of the final version of the C11 standard formatted as a draft,
+can be downloaded from:
- `<http://www.open-std.org/jtc1/sc22/WG14/www/docs/n1256.pdf>`_
+ `<http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1548.pdf>`_
The C language specification defines regions of undefined behavior and
implementation defined behavior (to give compiler authors enough leeway to
--
2.30.2
- [PATCH v1 09/34] tests/docker: auto-generate fedora.docker with lcitool, (continued)
- [PATCH v1 09/34] tests/docker: auto-generate fedora.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 11/34] tests/docker: auto-generate ubuntu2004.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 27/34] tests/avocado: add :avocado: tags for some tests, Alex Bennée, 2022/01/05
- [PATCH v1 12/34] tests/docker: auto-generate opensuse-leap.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 28/34] tests/tcg/multiarch: Read fp flags before printf, Alex Bennée, 2022/01/05
- [PATCH v1 33/34] docker: include bison in debian-tricore-cross, Alex Bennée, 2022/01/05
- [PATCH v1 31/34] docs/sphinx: fix compatibility with sphinx < 1.8, Alex Bennée, 2022/01/05
- [PATCH v1 23/34] docs/devel: update C standard to C11,
Alex Bennée <=
- [PATCH v1 14/34] .gitlab-ci.d/cirrus: auto-generate variables with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 24/34] docs/devel: more documentation on the use of suffixes, Alex Bennée, 2022/01/05
- [PATCH v1 29/34] test/tcg/ppc64le: Add float reference files, Alex Bennée, 2022/01/05
- [PATCH v1 30/34] FreeBSD: Upgrade to 12.3 release, Alex Bennée, 2022/01/05
- [PATCH v1 34/34] linux-user: Remove the deprecated ppc64abi32 target, Alex Bennée, 2022/01/05
- [PATCH v1 10/34] tests/docker: auto-generate ubuntu1804.docker with lcitool, Alex Bennée, 2022/01/05
- [PATCH v1 32/34] gitlab-ci: Enable docs in the centos job, Alex Bennée, 2022/01/05
- [PATCH v1 21/34] hw/arm: add control knob to disable kaslr_seed via DTB, Alex Bennée, 2022/01/05