According to our coding conventions we use "front end" for the
noun. I changed this in the GCC 11 release notes and on the way
noticed GCC 8 also has an instance.
Pushed.
Gerald
---
htdocs/gcc-11/changes.html | 2 +-
htdocs/gcc-8/changes.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 20f29677..cd6e28c1 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -249,7 +249,7 @@ a work-in-progress.</p>
<li>
<a
href="https://gcc.gnu.org/onlinedocs/jit/topics/expressions.html#c.gcc_jit_global_set_initializer">gcc_jit_global_set_initializer</a>
</li>
- <li>9 entrypoints for <a
href="https://gcc.gnu.org/onlinedocs/jit/topics/asm.html">directly embedding
asm statements into a compile</a>, analogous to inline <code>asm</code> in the
C frontend</li>
+ <li>9 entrypoints for <a
href="https://gcc.gnu.org/onlinedocs/jit/topics/asm.html">directly embedding
asm statements into a compile</a>, analogous to inline <code>asm</code> in the
C front end</li>
</ul>
</li>
</ul>
diff --git a/htdocs/gcc-8/changes.html b/htdocs/gcc-8/changes.html
index 83e57db1..638782e8 100644
--- a/htdocs/gcc-8/changes.html
+++ b/htdocs/gcc-8/changes.html
@@ -867,7 +867,7 @@ $ gcc templates-2.cc -fdiagnostics-show-template-tree
-fno-elide-type
stored in the heap are scanned precisely.</li>
<li>Escape analysis is fully implemented and enabled by default in
- the Go frontend. This significantly reduces the number of heap
+ the Go front end. This significantly reduces the number of heap
allocations by allocating values on the stack instead.</li>
</ul>
--
2.29.2