On Mon, 29 Sep 2025, Gerald Pfeifer wrote: > That link now refers to a very generic landing page. > > I had already removed the GCC 5 entry for the deprecation; this now > removes the actual removal note with GCC 6.
This fixes a little markup issue I introduced. Fix thusly. Gerald commit 341dde8a17ed4e256ec0ca221aede312da3c114c Author: Gerald Pfeifer <[email protected]> Date: Mon Sep 29 12:22:54 2025 +0200 gcc-6: Fix markup diff --git a/htdocs/gcc-6/changes.html b/htdocs/gcc-6/changes.html index 20caa508..537c8fca 100644 --- a/htdocs/gcc-6/changes.html +++ b/htdocs/gcc-6/changes.html @@ -899,7 +899,7 @@ are not listed here).</p> <h3>IA-32/x86-64</h3> <ul> - <li>Support for the deprecated pcommit instruction</a> has been + <li>Support for the deprecated pcommit instruction has been removed.</li> </ul>
