blob: a88be4a5ed68b3850f29a39d84c37de361f84544 (
plain)
1
2
3
4
5
6
7
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>
|