--- htdocs/gcc-16/changes.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+)
diff --git a/htdocs/gcc-16/changes.html b/htdocs/gcc-16/changes.html index 3029dc77..d9a8c9aa 100644 --- a/htdocs/gcc-16/changes.html +++ b/htdocs/gcc-16/changes.html @@ -37,6 +37,30 @@ a work-in-progress.</p> <!-- .................................................................. --> <h2 id="general">General Improvements</h2> +<h3 id="documentation">Documentation</h3> +<ul> + <li>The documentation for + <a href="https://gcc.gnu.org/onlinedocs/gcc/Invoking-GCC.html"> + GCC Command Options</a> and the + <a href="https://gcc.gnu.org/onlinedocs/gcc/Option-Index.html"> + option index</a> have been corrected to include many previously + missing options.</li> + <li>The documentation for + <a href="https://gcc.gnu.org/onlinedocs/gcc/Attributes.html"> + GCC-specific attributes</a> has been modernized to put more emphasis + on the standard attribute syntax, which GCC accepts in all supported + dialects of C and C++. The material has also been reorganized to be + less repetitive, and there is a new + <a href="https://gcc.gnu.org/onlinedocs/gcc/Attribute-Index.html"> + index</a> for attributes.</li> + <li>Documentation for parameters and option spec files has been moved + from the main GCC manual to the + <a href="https://gcc.gnu.org/onlinedocs/gccint/"> + GCC internals manual</a>. + These features are intended for use by GCC developers and those + who need to build custom GCC configurations.</li> +</ul> + <!-- .................................................................. --> <h2 id="languages">New Languages and Language specific improvements</h2> -- 2.39.5
