Adds a COBOL section to htdocs/gcc-15/changes.html. Okay for master?
>From 177e87149b3174ca27a58cef7276d88d1363061b Mon Sep 17 00:00:00 2001 From: Robert Dubner mailto:rdub...@symas.com Date: Thu, 17 Apr 2025 12:47:26 -0400 Subject: [PATCH] Add COBOL to gcc-15 changes. * gcc-15/changes.html: Include notes on COBOL. --- htdocs/gcc-15/changes.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index b4200df3..8278861e 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -161,6 +161,22 @@ 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> + <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 + architectures that support native 128-bit computation.</li> + <li>gcobol passes the NIST CCVS/85 test suite (except for parts + that are now obsolete). It uses ISO/IEC 1989:2023 as a + reference specification. Some parts of that document, notably + object-orientation features, are yet to be implemented. Beyond + 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> + </ul> <h3 id="ada">Ada</h3> <ul> -- 2.34.1