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  04332b5fde5e09ee08a735897560162616d5a731 (commit)
      from  572ad8c83faaeef8cec4988a2a1442a370ff7094 (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 04332b5fde5e09ee08a735897560162616d5a731
Author: Heiko Eißfeldt <he...@hexco.de>
Date:   Fri May 30 17:23:40 2025 +0100

    Fix typos in GCC 15 release notes

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 541b3726..5d35253a 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -62,14 +62,14 @@ You may also want to check out our
 
 <ul>
   <li>The default vectorizer cost model at <code>-O2</code> has been enhanced
-    to handle unknown tripcount. But it still disables vectorization of loops
+    to handle an unknown tripcount. But it still disables vectorization of 
loops
     when any runtime check for data dependence or alignment is required,
     it also disables vectorization of epilogue loops but otherwise is equal
     to the cheap cost model.
   </li>
   <li>The vectorizer now supports vectorizing loops with early exits where
     the number of elements for the input pointers are unknown through peeling
-    for alignment.  This is supported for only for loops with fixed vector
+    for alignment.  This is supported only for loops with fixed vector
     lengths.
   </li>
   <li><code>-ftime-report</code> now only reports monotonic run time instead of
@@ -92,7 +92,7 @@ You may also want to check out our
   <li>
     Improvements for compiling very large input files.  The compile time for
     large input files with <code>-Wmisleading-indentation</code> has been
-    significantly improved. The compiler can now track columnn numbers larger
+    significantly improved. The compiler can now track column numbers larger
     than 4096. Very large source files have more accurate location reporting.
   </li>
   <li>GCC can now emit diagnostics in multiple formats simultaneously,
@@ -291,7 +291,7 @@ procedure Initialize (Obj : in out T);
     for more information.
   </li>
   <li>
-    The diagnostics code has seen a major refactor, it now supports the sarif
+    The diagnostics code has seen major refactoring, it now supports the sarif
     format <code>-fdiagnostics-format=sarif-file</code> among other
     improvements. More changes are expected in following releases.
   </li>
@@ -751,7 +751,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
     and <code>-fc-prototypes-external</code> options.
   </li>
   <li>
-    The <code>-fc-prototypes</code> now also generates prototypes for
+    The <code>-fc-prototypes</code> option now also generates prototypes for
     interoperable procedures with assumed shape and assumed rank
     arguments that require the header file
     <code>&lt;ISO_Fortran_binding.h&gt;</code>.
@@ -775,7 +775,7 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
   </li>
   <li>Access to the GCC
     builtins <code>clz</code>, <code>clzll</code>, <code>ctz</code>
-    and <code>ctzll</code> are now available from the
+    and <code>ctzll</code> is now available from the
     module <code>Builtins</code>.
   </li>
 </ul>
@@ -791,7 +791,7 @@ the architecture specific functions of <code>core 
1.49</code>.
   </li>
   <li>
   Fixes to our automatic dereferencing algorithm for <code>Deref</code> and
-<code>DerefMut</code>. This makes <code>gccrs</code> more correct and allow to 
handle
+<code>DerefMut</code>. This makes <code>gccrs</code> more correct and allows 
handling
 complicated cases where the type-checker would previously fail.
   </li>
   <li>
@@ -824,7 +824,7 @@ required for compiling <code>core 1.49</code> correctly, in 
which specialization
 improve the runtime performance of Rust binaries.
   </li>
   <li>
-  Support for more <code>lang-items</code> has been added
+  Support for more <code>lang-items</code> has been added.
   </li>
   <li>
   Lowered minimum required Rust version to 1.49. This allows more systems to 
compile the Rust
@@ -833,7 +833,7 @@ the line.
   </li>
   <li>
   Rewrite of our name resolution algorithm to properly handle the complex 
import/export
-structure used in <code>core 1.49</code>
+structure used in <code>core 1.49</code>.
   </li>
 </ul>
 
@@ -1208,7 +1208,7 @@ structure used in <code>core 1.49</code>
       AMX-TRANSPOSE intrinsics are available via the 
<code>-mamx-transpose</code>
       compiler switch.
   </li>
-  <li>All of new feature support for Intel APX expect for CFCMOV was added,
+  <li>All of new feature support for Intel APX except for CFCMOV was added,
       including CCMP/CTEST, NF and ZU. APX support is available via the
       <code>-mapxf</code> compiler switch.
   </li>
@@ -1268,7 +1268,7 @@ structure used in <code>core 1.49</code>
   </li>
   <li>Support has been added for the new option
       <a 
href="https://gcc.gnu.org/onlinedocs/gcc-15.1.0/gcc/LoongArch-Options.html#index-mannotate-tablejump";>
-      <code>-mannotate-tablejump</code></a>. Which can create an annotation
+      <code>-mannotate-tablejump</code></a>, which can create an annotation
       section <code>.discard.tablejump_annotate</code> to correlate the
       <code>jirl</code> instruction and the jump table.
   </li>

-----------------------------------------------------------------------

Summary of changes:
 htdocs/gcc-15/changes.html | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
gcc-wwwdocs

Reply via email to