Thread overview
What's the latest GDC stable release version?
Jun 16
mw
June 16

Hi,

What's the latest GDC stable release version?

The GDC link on:

https://dlang.org/download.html

is very out dated.

I think it at least should show the latest version number, and link to the announcement.

Thanks.

June 27

On Sunday, 16 June 2024 at 19:04:03 UTC, mw wrote:

>

Hi,

What's the latest GDC stable release version?

The GDC link on:

https://dlang.org/download.html

is very out dated.

I think it at least should show the latest version number, and link to the announcement.

Thanks.

It's worth seeing the related thread here: https://forum.dlang.org/thread/pfexissgekjdlhhgwabh@forum.dlang.org

Different versions of gcc will essentially get whatever D language version had been merged in at the time. If you are using gcc 12 or above then it's fairly up to date.

On my current Fedora system the gcc version is 14.1.1 and if I run echo | gdc -xd -fsyntax-only -v - (as provided by webfreak), then I get the following in the output:

binary    /usr/libexec/gcc/x86_64-redhat-linux/14/d21
version   v2.108.0
June 29

On Sunday, 16 June 2024 at 19:04:03 UTC, mw wrote:

>

Hi,

What's the latest GDC stable release version?

The GDC link on:

https://dlang.org/download.html

is very out dated.

I think it at least should show the latest version number, and link to the announcement.

Thanks.

ou're absolutely right, the GDC link on the D Programming Language website seems outdated. While there isn't a single "stable release" for GDC in the traditional sense, there are likely newer versions available.

Here are a couple of ways to find the latest GDC information:

Official GDC Docs: Check the official GDC Docs website. They often list release notes for data updates, which could indicate newer GDC versions. Look for sections like "Release Notes" or "Data Release History".

D Programming Language Forums: The D Programming Language forum thread you linked mentions this issue. You can follow up on the discussion there or start a new thread specifically asking about the latest GDC version and where to find it. The community might have the most up-to-date information.

Hopefully, this helps you find the latest GDC information!