gdc --version doesn't indicate which D front-end version it's compatible with

Adam D Ruppe destructionator at gmail.com
Fri Jan 28 17:54:00 UTC 2022


On Friday, 28 January 2022 at 17:42:25 UTC, singingbush wrote:
> It would be far more helpful if running `gdc --version` gave 
> some indication of the version of D it's aligned to (which was 
> 2.076 last time I checked).

It is more complicated than that because gdc has a bunch of 
backported things from newer versions too.

You might be best off just trying it and seeing if your code 
works.


More information about the D.gnu mailing list