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 96487dc32231bf44cad5e379ba7a310fc09d51a2 (commit)
from a086281407d83dcd47cb1c43fd686ad4a5ed3b58 (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 96487dc32231bf44cad5e379ba7a310fc09d51a2
Author: Gerald Pfeifer <[email protected]>
Date: Sun Jun 7 15:11:39 2026 +0200
gcc-*: Use AE spelling for "behavior"
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 1bdd814b..6ab7750a 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -54,7 +54,7 @@ You may also want to check out our
<li>The libstdc++ configure option <code>--enable-cheaders=c_std</code>
is deprecated and will be removed in a future release. It should be
possible to use <code>--enable-cheaders=c_global</code> (the default)
- with no change in behaviour. </li>
+ with no change in behavior. </li>
<li>The front end for compiling BRIG format of Heterogeneous System
Architecture Intermediate Language (HSAIL) has been deprecated
diff --git a/htdocs/gcc-3.1/changes.html b/htdocs/gcc-3.1/changes.html
index 29aeadbd..c0ff39fc 100644
--- a/htdocs/gcc-3.1/changes.html
+++ b/htdocs/gcc-3.1/changes.html
@@ -59,7 +59,7 @@
<p>Options <code>-fprofile-arcs</code> and
<code>-fbranch-probabilities</code> can now be used to improve speed of
- the generated code by profiling the actual program behaviour on typical
+ the generated code by profiling the actual program behavior on typical
runs. In the absence of profile info the compiler attempts to guess the
profile statically.</p>
</li>
diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html
index d1e15af3..4cd133ac 100644
--- a/htdocs/gcc-4.6/changes.html
+++ b/htdocs/gcc-4.6/changes.html
@@ -431,7 +431,7 @@
<li>G++ no longer accepts <code>mutable</code> on reference members
(<a href="https://gcc.gnu.org/PR33558">c++/33558</a>).
- Use <code>-fpermissive</code> to allow the old, non-conforming behaviour.
+ Use <code>-fpermissive</code> to allow the old, non-conforming behavior.
</li>
<li>A few mangling fixes have been made, to attribute const/volatile on
@@ -455,7 +455,7 @@
struct A { A(); };
struct B : A { int i; };
const B b = B();</pre>
- Use <code>-fpermissive</code> to allow the old, non-conforming behaviour.
+ Use <code>-fpermissive</code> to allow the old, non-conforming behavior.
</li>
</ul>
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-11/changes.html | 2 +-
htdocs/gcc-3.1/changes.html | 2 +-
htdocs/gcc-4.6/changes.html | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
gcc-wwwdocs