PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
November 22, 2005

GDC 0.16 Released

Posted: 2005-11-22 23:43:00
Languages ::

D Front End for GCC 0.16 has been released. GDC adds support for D to the GNU Compiler Collection. D is a general-purpose language designed as a successor to C++, offering features such as design by contract, garbage collection, first class arrays, closures, templates, and more.

This release: adds support for GCC 4.0.x, is compatible with DMD 0.137, fixes bugs with concatenating an array and single elements, includes support for compiling multiple source files to a single object file with GCC 3.4.x, in addition to other changes and fixes.