On Mon, 10 Mar 2025, Jerry D wrote:
>> Jerry, where do I find this check-script? In bin/ nothing jumps out at 
>> me to be a check-script.
> I miss spoke. Not script.  Its the W3 Validator.
> 
> See:  https://gcc.gnu.org/about.html#git

Sorry for missing this originally. (My highlight filters watch out for 
wwwdocs primarily.)

If there's anything we can do to improve about.html, please let me know.
Happy to answer any questions and add more there.

(And also happy if you want to copy me on wwwdocs patches, though 
certainly not a requirement.)

On Tue, 11 Mar 2025, Andre Vehreschild wrote:
> thanks for the review. Committed as 87c7db8b1b2c1484d6de3331098669735d33f95e. 
> 
> I also had it checked using the W3C validator w/o any errors. Therefore
> committed.

May I suggest some editorial changes, using active form over passive, on 
the way making things a little shorter and "downgrading" punctuation?

(In German we tend to use more commas than is customary in English.)

What do you think?

Gerald


diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 5796c5e1..b021bcf2 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -736,12 +736,12 @@ asm (".text; %cc0: mov %cc2, %%r0; .previous;"
       15 can for compatibility still read GCC 8 - 14 created module
       files.</li>
   <li>Coarray support has been reworked to allow access to components in 
derived
-      types that have not been compiled with coarray support enabled;
-      especially, when the derived type is in a binary only module.  This has
-      changed the ABI and may lead to link-time errors with object files
-      generated with a previous GCC version and to be linked to the current
-      <code>caf_single</code> library.  If this library is to be used, then
-      it is recommended to recompile all artifacts.  The OpenCoarrays library
+      types that have not been compiled with coarray support enabled,
+      especially when the derived type is in a binary only module.  This
+      changes the ABI and may lead to link-time errors with object files
+      generated with a previous GCC version when linked to the current
+      <code>caf_single</code> library.  If you use this library, 
+      we recommend to recompile all artifacts.  The OpenCoarrays library
       is not affected, because it provides backwards compatibility with the
       older ABI.</li>
   <li>

Reply via email to