On Friday, 28 January 2022 at 17:42:25 UTC, singingbush wrote:
not sure where is best placed for this but on my Fedora system
running `gdc --version` gives me pretty much the same output as
`gcc --version`
GDC:
```
$ gdc --version
gdc (GCC) 11.2.1 20211203 (Red Hat 11.2.1-7)
Copyright (C) 202
On Sunday, 30 January 2022 at 17:41:21 UTC, Salih Dincer wrote:
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 might be
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 might be a silly question: If the compiler includes old
version Dlang. S
Seems I cannot use gdc currently. It turns out that gdc-11.2.1
(which is the one in Fedora 35 repo) still has D frontend at
2.076 and I have multiple dependencies that cannot compile with
that version. Hopefully when GDC 12 lands projects will start
testing against it in their CI builds.
On Friday, 28 January 2022 at 17:45:32 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).
This would be indeed nice. But so far we have to compile and run
the following
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
On Friday, 28 January 2022 at 17:42:25 UTC, singingbush wrote:
not sure where is best placed for this but on my Fedora system
running `gdc --version` gives me pretty much the same output as
`gcc --version`
GDC:
```
$ gdc --version
gdc (GCC) 11.2.1 20211203 (Red Hat 11.2.1-7)
Copyright (C) 202