From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/gcc~13/c-implementation.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/gcc~13/c-implementation.html (limited to 'devdocs/gcc~13/c-implementation.html') diff --git a/devdocs/gcc~13/c-implementation.html b/devdocs/gcc~13/c-implementation.html new file mode 100644 index 00000000..a5c49273 --- /dev/null +++ b/devdocs/gcc~13/c-implementation.html @@ -0,0 +1,6 @@ +

4 C Implementation-Defined Behavior

A conforming implementation of ISO C is required to document its choice of behavior in each of the areas that are designated “implementation defined”. The following lists all such areas, along with the section numbers from the ISO/IEC 9899:1990, ISO/IEC 9899:1999 and ISO/IEC 9899:2011 standards. Some areas are only implementation-defined in one version of the standard.

Some choices depend on the externally determined ABI for the platform (including standard character encodings) which GCC follows; these are listed as “determined by ABI” below. See Binary Compatibility, and https://gcc.gnu.org/readings.html. Some choices are documented in the preprocessor manual. See Implementation-defined behavior in The C Preprocessor. Some choices are made by the library and operating system (or other environment when compiling for a freestanding environment); refer to their documentation for details.

+

+ © Free Software Foundation
Licensed under the GNU Free Documentation License, Version 1.3.
+ https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/C-Implementation.html +

+
-- cgit v1.2.3