December 13th, 2024

Patches Posted for Review Adding COBOL Front End to GCC Compiler

Patches for a COBOL frontend in the GNU Compiler Collection have been submitted, aiming to integrate COBOL support into the mainline codebase, enhancing productivity and marking a significant update for the language.

Read original articleLink Icon
Patches Posted for Review Adding COBOL Front End to GCC Compiler

Patches have been submitted for review to add a COBOL frontend to the GNU Compiler Collection (GCC), marking a significant development for the 65-year-old programming language. Historically, GCC has focused on languages like C, C++, and Fortran, but recent years have seen the addition of support for languages such as Rust, Ada, D, and Go. The new COBOL patches, sent by James Lowden, include all necessary files for building and using the COBOL frontend, along with documentation. The development team, consisting of experienced programmers, has adhered to existing coding styles within GCC, which they believe enhances productivity. The patches aim to integrate COBOL support into the mainline GCC codebase, a notable step considering the language's long history. The project has previously existed as out-of-tree support, and the team is now seeking to determine if the frontend is ready for upstream inclusion.

- COBOL frontend patches for GCC have been submitted for review.

- The integration aims to bring COBOL support to the mainline GCC codebase.

- The development team emphasizes adherence to existing coding styles for productivity.

- This marks a significant update for a programming language that is 65 years old.

- Previous support for COBOL existed as out-of-tree, now seeking upstream inclusion.

Link Icon 0 comments