This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "gcc-wwwdocs".
The branch, master has been updated via 9570c7346b341c4521766cf9cacaa913bf6fe4bf (commit) via 857189a8f2d040ab7745c536d0c0eddd30c57079 (commit) from 66ba4d076658052cfd2b29acf075fcbdbcc8feb5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9570c7346b341c4521766cf9cacaa913bf6fe4bf Author: Robert Dubner <rdub...@symas.com> Date: Thu Apr 17 15:12:26 2025 -0400 Add COBOL information to gcc.gnu.org index.html * htdocs/index.html: Add COBOL information. diff --git a/htdocs/index.html b/htdocs/index.html index a5a05e3c..e8b58d74 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -19,7 +19,7 @@ <a href="c99status.html">C</a>, <a href="projects/cxx-status.html">C++</a>, Objective-C, <a href="fortran/">Fortran</a>, -Ada, Go, D and Modula-2 as well as libraries for these languages (libstdc++,...). +Ada, Go, D, Modula-2, and COBOL as well as libraries for these languages (libstdc++,...). GCC was originally written as the compiler for the <a href="http://www.gnu.org/gnu/thegnuproject.html">GNU operating system</a>. The GNU system was developed to be 100% free software, free in the sense @@ -55,6 +55,11 @@ mission statement</a>.</p> <h2 id="news">News</h2> <dl> +<dt><span><a href="gcc-15/changes.html#cobol">COBOL front end added</a></span> + <span class="date">[2025-04-17]</span></dt> +<dd>The COBOL programming language front end has been added to GCC. + This front end was contributed by COBOLworx.</dd> + <dt><span><a href="https://inbox.sourceware.org/gcc/875xparmhn....@kataplop.net/">GCC developer room at FOSDEM 2025: Call for Participation open</a></span> <span class="date">[2024-10-30]</span></dt> <dd>FOSDEM 2025: Brussels, Belgium, February 1-2 2025</dd> commit 857189a8f2d040ab7745c536d0c0eddd30c57079 Author: Robert Dubner <rdub...@symas.com> Date: Thu Apr 17 12:47:26 2025 -0400 Add COBOL to gcc-15 changes. * gcc-15/changes.html: Include notes on COBOL. diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html index 45de966c..a02ba17a 100644 --- a/htdocs/gcc-15/changes.html +++ b/htdocs/gcc-15/changes.html @@ -162,6 +162,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 much of 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> ----------------------------------------------------------------------- Summary of changes: htdocs/gcc-15/changes.html | 16 ++++++++++++++++ htdocs/index.html | 7 ++++++- 2 files changed, 22 insertions(+), 1 deletion(-) hooks/post-receive -- gcc-wwwdocs