diff options
Diffstat (limited to 'devdocs/gcc~13/translation-implementation.html')
| -rw-r--r-- | devdocs/gcc~13/translation-implementation.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devdocs/gcc~13/translation-implementation.html b/devdocs/gcc~13/translation-implementation.html new file mode 100644 index 00000000..a88be4a5 --- /dev/null +++ b/devdocs/gcc~13/translation-implementation.html @@ -0,0 +1,8 @@ +<div class="section-level-extent" id="Translation-implementation"> <div class="nav-panel"> <p> Next: <a href="environment-implementation" accesskey="n" rel="next">Environment</a>, Up: <a href="c-implementation" accesskey="u" rel="up">C Implementation-Defined Behavior</a> [<a href="index#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="indices" title="Index" rel="index">Index</a>]</p> </div> <h1 class="section" id="Translation"><span>4.1 Translation<a class="copiable-link" href="#Translation"> ΒΆ</a></span></h1> <ul class="itemize mark-bullet"> <li>How a diagnostic is identified (C90 3.7, C99 and C11 3.10, C90, C99 and C11 5.1.1.3). <p>Diagnostics consist of all the output sent to stderr by GCC. </p> </li> +<li>Whether each nonempty sequence of white-space characters other than new-line is retained or replaced by one space character in translation phase 3 (C90, C99 and C11 5.1.1.2). <p>See <a data-manual="cpp" href="https://gcc.gnu.org/onlinedocs/cpp/Implementation-defined-behavior.html#Implementation-defined-behavior">Implementation-defined behavior</a> in The C Preprocessor. </p> </li> +</ul> </div><div class="_attribution"> + <p class="_attribution-p"> + © Free Software Foundation<br>Licensed under the GNU Free Documentation License, Version 1.3.<br> + <a href="https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Translation-implementation.html" class="_attribution-link">https://gcc.gnu.org/onlinedocs/gcc-13.1.0/gcc/Translation-implementation.html</a> + </p> +</div> |
