On Thu, 17 Apr 2025, Robert Dubner wrote: > Adds a COBOL section to htdocs/gcc-15/changes.html.
There was an extra </ul> in there which I just fixed (= pushed). (The first hunk is just a whitespace change to align more closely with the rest of the page; the fix is in the second hunk.) Gerald commit d2006521b0de11d4df49a7c5901740c555d49a68 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Tue Apr 22 11:09:36 2025 +0200 gcc-15: Fix markup diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index b94802f5..f03e29c8 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -162,8 +162,9 @@ a work-in-progress.</p> <code>omp_get_uid_from_device</code></a> API routines have been added. </li> </ul> + <h3 id="cobol">COBOL</h3> - <ul> +<ul> <li>GCC now includes an ISO COBOL compiler, gcobol. It has been tested on x86-64 and AArch64 targets. It is not expected to work on 32-bit systems. Efforts are underway to adapt it to other machine @@ -175,8 +176,7 @@ a work-in-progress.</p> ISO, gcobol recognizes some syntax common on other compilers, with special attention given to IBM. <p>More information about GCC COBOL can be found at - <a href="https://www.cobolworx.com">the COBOLworx website</a>. - </ul></li> + <a href="https://www.cobolworx.com">the COBOLworx website</a>.</li> </ul> <h3 id="ada">Ada</h3>