This is a follow-up to
commit 9840bab7837d5c8121269f8932237d0b1f0d74bb
Author: Jakub Jelinek <[email protected]>
Date: Fri Jan 17 20:16:35 2025 +0100
Some further changes.
which I had not seen on this list.
It adds a missing article ("the") and I believe "is desired" is stronger
than "is desirable".
What do you think, Jakub? (_Not_ pushed yet.)
Gerald
diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 5796c5e1..eeeabf98 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -42,9 +42,9 @@ You may also want to check out our
guarantees clearing of the whole union (except for static storage
duration initialization), it just initializes the first
union member to zero. If initialization of the whole union including
- padding bits is desirable, use <code>{}</code> (valid in C23 or C++)
- or use <code>-fzero-init-padding-bits=unions</code> option to restore
- the old GCC behavior.</li>
+ padding bits is desired, use <code>{}</code> (valid in C23 or C++)
+ or use the <code>-fzero-init-padding-bits=unions</code> option to
+ restore the old GCC behavior.</li>
<li><a
href="https://gcc.gnu.org/onlinedocs/gcc/Static-Analyzer-Options.html"><code>-fanalyzer</code></a>
is still only suitable for analyzing C code.
In particular, using it on C++ is unlikely to give meaningful output.