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

2022-02-22 Thread WebFreak001 via D.gnu
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

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

2022-01-30 Thread Siarhei Siamashka via D.gnu
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

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

2022-01-30 Thread Salih Dincer via D.gnu
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

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

2022-01-28 Thread singingbush via D.gnu
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.

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

2022-01-28 Thread Siarhei Siamashka via D.gnu
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

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

2022-01-28 Thread Adam D Ruppe via D.gnu
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

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

2022-01-28 Thread singingbush via D.gnu
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