This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via ba04f64097e1ee88852dcded523120fd755badf9 (commit)
from ddecd64aae511adea344d3dd7db2d35589e526c9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ba04f64097e1ee88852dcded523120fd755badf9
Author: Sandra Loosemore <[email protected]>
Date: Sun Mar 8 20:22:34 2026 +0000
gcc-16/changes.html: Note doc improvements and moved documentation.
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>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-16/changes.html | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
hooks/post-receive
--
gcc-wwwdocs