I pushed these three changes to the D section in the GCC 12 release notes.

(The C in GDC already stands for compiler, so GDC compiler is redundant.)

Gerald

---
 htdocs/gcc-12/changes.html | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b97dc376..2e7c6994 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -73,14 +73,14 @@ You may also want to check out our
   </li>
   <li>
     <strong>D:</strong>
-    Building and bootstrapping GDC, the D compiler, now requires a working GDC
-    compiler (GCC version 9.1 or later) and D runtime library, libphobos, as
+    Building and bootstrapping GDC, the D compiler, now requires a working
+    GDC (GCC version 9.1 or later) and D runtime library, libphobos, as
     the D front end is written in D. On some targets, libphobos isn't enabled
     by default, but compiles and works if <code>--enable-libphobos</code> is
-    used. Other targets may require a more recent minimum version of GCC to
+    used. Other targets may require a more recent version of GCC to
     bootstrap. Specifics are documented for affected targets in the
-    <a href="https://gcc.gnu.org/install/specific.html";>manual</a> for
-    installing GCC.
+    <a href="https://gcc.gnu.org/install/specific.html";>Installing GCC</a>
+    manual.
   </li>
   <li>
     <strong>Fortran:</strong>
-- 
2.46.0

Reply via email to